latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

twilio
channel/sms

List all Twilio integrations

Retrieves the current Twilio integration configurations for a specific integration type in the project. Returns configuration details and status information.

get/integrations/twilio

Response

OK

Example response

{
  "data": [
    {
      "config": {
        "account_sid": "ACXXXXXXXX",
        "api_key": "SKXXXXXXXX",
        "api_secret": "your_api_secret",
        "from": "+15017122661"
      },
      "id": "123",
      "name": "<provider-name>"
    }
  ],
  "links": {
    "first": "https://api.magicbell.com/v1/example",
    "next": "https://api.magicbell.com/v1/example?page_next=abc",
    "prev": null
  }
}