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>"
}
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.
The body is of type object
.
Twilio integration created successfully.
The response is of type object
.