Skip to main content
POST
Set the active voice provider (superadmin)

Authorizations

Authorization
string
header
required

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

Body

application/json
provider
enum<string>
required

Voice provider to activate for the org; must already have credentials configured.

Available options:
twilio,
sinch

Response

Active provider switched

success
enum<boolean>
required
Available options:
true
message
string