Skip to main content
POST
/
api
/
sms
/
providers
/
active
Set active SMS provider
curl --request POST \
  --url https://your-instance.example.com/api/sms/providers/active \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
provider
string
required

Response

Active SMS provider set

Generic response envelope. Endpoint-specific fields are intentionally open.