agent-phone-numbers
Get Supported Providers
Get list of supported SIP providers with their default outbound addresses.
Use this endpoint to populate a dropdown in the frontend for provider selection. Each provider includes:
- id: Provider identifier (e.g., ‘twilio’, ‘vonage-eu’)
- name: Display name
- default_sip_address: Default SIP server address for outbound calls
- regions: Available regional variants
- notes: Additional information
Users can always override the SIP address by providing a custom outbound_address
when registering a phone number.
GET
Get Supported Providers
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Previous
Get Provider Sip AddressGet the default SIP address for a specific provider.
Args:
provider: Provider name (e.g., 'twilio', 'vonage-eu', 'telnyx')
Returns:
Default SIP address for the provider, or null if not recognized.
Note: For providers not in our list, you must provide a custom `outbound_address`
when registering a phone number with enable_outbound=true.
Next
Get Supported Providers