cURL
curl --request POST \ --url 'https://api.example.com/api/v1/channel/twilio?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "twilio_account_sid": "<string>", "twilio_auth_token": "<string>" } '
{ "message": "Data created successfully", "meta": {}, "data": { "name": "<string>", "twilio_account_sid": "<string>", "twilio_auth_token": "<string>" } }
Create a new twilio auth
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.
in-
Successful Response
Show child attributes
Was this page helpful?