Create a new telephony provider configuration
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
| Content-Type | string | Yes | application/json |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Required | Description |
|---|---|---|---|
| provider | string | Yes | Provider identifier (slug or ID from Get Providers API) |
| account_sid | string | Yes | Provider Account SID / Account identifier |
| auth_token | string | Yes | Provider Auth Token / Secret key |
| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | object | Created provider config details |
| Field | Type | Description |
|---|---|---|
| id | integer | Unique provider configuration identifier |
| provider | string | Provider slug/identifier |
| account_sid | string | Account SID (auth_token is not returned) |
| created_at | string | Creation timestamp (ISO 8601) |
| Status Code | Description |
|---|---|
| 201 | Created - Provider configuration created |
| 400 | Bad Request - Invalid credentials or parameters |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 409 | Conflict - Configuration already exists |
| 500 | Internal Server Error - Server-side error |
slug from the Get Telephony Providers endpoint to identify the providerauth_token values — treat them as secretsid to reference this configuration when connecting to bridgesFormat: Token
Organization domain handle
"unpod"
Provider created