GuideLab API

Get Twilio integration status

Retrieve the current Twilio integration status and configuration for the authenticated lab. Auth tokens are masked in the response.

GET
/integrations/twilio

Retrieve the current Twilio integration status and configuration for the authenticated lab. Auth tokens are masked in the response.

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 GET "https://example.com/integrations/twilio"
{  "id": "string",  "isEnabled": true,  "config": null}
Empty