v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Service Providers

get all accounts for a service provider

<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>

get/ServiceProviders/{ServiceProviderSid}/Accounts

Response

account listing

account_sidstring uuid required
namestring required
sip_realmstring
device_calling_application_sidstring uuid
service_provider_sidstring uuid required
record_all_callsboolean
record_format'wav' | 'mp3'

Example response

[
  {
    "registration_hook": {
      "url": "https://acme.com",
      "method": "POST"
    }
  }
]