cURL
curl --request POST \ --url https://brainbase-monorepo-api.onrender.com/api/team/integrations/twilio/create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "accountSid": "<string>", "authToken": "<string>" }'
{ "id": "<string>", "appType": "<string>", "config": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "teamId": "<string>", "workerId": "<string>" }
API key authentication
Twilio integration configuration details.
Provide the plain text auth token. It will be encrypted before being stored.
Twilio integration created successfully.