Skip to main content
GET
/
connections
/
{connection_id}
{
  "connection_id": "<string>",
  "customer_id": "<string>",
  "retailer_id": "<string>",
  "status": "active",
  "email": "[email protected]",
  "mobile": "+1234567890"
}

Authorizations

Authorization
string
header
required

A connection-specific token with access scope

Headers

x-api-key
string
required

The client's API key secret value

Path Parameters

connection_id
string
required

A unique identifier for the connection

Response

Successful Response

connection_id
string
required

A unique identifier for the connection

customer_id
string
required

A unique identifier used to map connections to customer records in external systems.

retailer_id
string
required

The unique identifier for the retailer in the connection

status
enum<string>
required

The status of the connection

Available options:
active,
initialized,
unauthenticated,
revoked
email
string | null
required

The customer's email address

mobile
string | null
required

The customer's mobile phone number

Example:

"+1234567890"