cURL
curl --request GET \ --url https://api.example.com/connections \ --header 'x-api-key: <x-api-key>'
{ "connections": [ { "connection_id": "<string>", "customer_id": "<string>", "retailer_id": "<string>", "status": "active", "email": "alice@example.com", "mobile": "+1234567890" } ] }
Get a list of connections
The client's API key secret value
The customer id to filter connections by
Successful Response
List of connections
Show child attributes