Customers
Retrieve a customer
Retrieve a customer by ID for the authenticated workspace.
GET
/
customers
/
{id}
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Path Parameters
id
string
requiredThe unique identifier of the customer in Dub.
Response
200 - application/json
id
string
requiredThe unique identifier of the customer in Dub.
externalId
string
requiredUnique identifier for the customer in the client's app.
name
string
requiredName of the customer.
email
string | null
Email of the customer.
avatar
string | null
Avatar URL of the customer.
createdAt
string
requiredThe date the customer was created.
Was this page helpful?