provider-profiles-admin

Create Provider Profile

post/api/v1/admin/voice-platform/provider-profiles

Request body

namestring required

Human-readable label for the profile

provider'telnyx' | 'zadarma' | 'twilio' required

SIP telephony carriers a provider profile can describe.

tenant_idstring uuid nullable

Owner tenant. Omit/null for the platform-wide default profile.

sip_hoststring required

SIP endpoint host, e.g. sip.telnyx.com

sip_usernamestring required

SIP auth username (stored in Parameter Store)

sip_passwordstring required

SIP auth password (stored in Parameter Store)

Response

Successful Response

idstring uuid required
namestring required
provider'telnyx' | 'zadarma' | 'twilio' required

SIP telephony carriers a provider profile can describe.

tenant_idstring uuid nullable required
sip_hoststring required
credential_param_pathstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.