Skip to main content
GET
/
messaging-connections
List Messaging Connections
curl --request GET \
  --url https://api.revring.ai/v1/messaging-connections \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "friendlyName": "<string>",
      "channel": "sms",
      "provider": "twilio",
      "accountSid": "<string>",
      "messagingServiceSid": "<string>",
      "config": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Generate API keys from the RevRing dashboard.

Response

List of messaging connections

data
object[]