GuideLab API

Update Twilio integration settings

Create or update the Twilio integration settings including account credentials and phone numbers. Requires organization manager access.

PUT
/integrations/twilio

Create or update the Twilio integration settings including account credentials and phone numbers. Requires organization manager access.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X PUT "https://example.com/integrations/twilio"
{  "id": "string",  "isEnabled": true,  "config": null}
Empty
Empty
Empty