Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
Get a list of connections
The customer id to filter connections by
Successful Response
List of connections
Show child attributes