Skip to main content
GET
/
connections
Get Connections
curl --request GET \
  --url https://api.example.com/connections
{
  "connections": [
    {
      "connection_id": "<string>",
      "customer_id": "<string>",
      "retailer_id": "<string>",
      "email": "alice@example.com",
      "mobile": "+1234567890"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.subtotal.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null
x-api-key
string | null

Query Parameters

customer_id
string
required

The customer id to filter connections by

Response

Successful Response

connections
ConnectionResponse · object[]
required

List of connections