Set active SMS provider
SMS
Set active SMS provider
Switches the organization’s active SMS provider. The provider must already be configured (POST /api/sms/providers/config first), otherwise 400. Requires SUPERADMIN.
POST
Set active SMS provider
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
SMS provider to activate: sinch, twilio, or textgrid.
Available options:
twilio, sinch, textgrid Example:
"twilio"