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
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Get Supported Providers