Skip to main content
GET
/
customers
/
{customer_id}
/
connector
/
{connector_name}
Get customer connector details
curl --request GET \
  --url https://api.zenskar.com/customers/{customer_id}/connector/{connector_name} \
  --header 'organisation: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "connector_name": "stripe",
  "reference_id": "cus_12345",
  "customer_name": "Acme Corporation",
  "email": "billing@acme.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt

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

Authorizations

x-api-key
string
header
default:<your-api-key>
required
organisation
string
header
default:<your-organisation-id>
required

Path Parameters

customer_id
string<uuid>
required
connector_name
string
required

Response

Successfully retrieved customer connector details

Schema for customer connector details response

This schema represents the response structure for the customer connector details endpoint. It includes basic information about a customer's integration with an external connector system.

connector_name
string
required

Name of the connector

customer_name
string
required

Name of the customer

reference_id
string | null

External reference ID in the connector system

email
string | null

Email address of the customer