Retrieve a list of all available telephony providers in the system
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | array | Array of provider objects |
| Field | Type | Description |
|---|---|---|
| id | integer | Provider unique identifier |
| name | string | Provider display name |
| slug | string | URL-friendly provider identifier used in config API |
| Status Code | Description |
|---|---|
| 200 | Success - Providers fetched successfully |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 500 | Internal Server Error - Server-side error |
id field when creating provider configurations via the Create Provider endpoint