Skip to main content
GET
/
api
/
calls
/
providers
Get the active voice provider for the organization
curl --request GET \
  --url https://your-instance.example.com/api/calls/providers \
  --header 'Authorization: Bearer <token>'
{
  "provider": "sinch",
  "phoneNumber": "+14165550100"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Active provider and the caller's phone number for that provider

provider
enum<string> | null

Active voice provider for this org, or null if none is configured.

Available options:
twilio,
sinch,
null
phoneNumber
string | null

Calling user's default phone number for the active provider.