Customers
Retrieve a list of customers
Retrieve a list of customers for the authenticated workspace.
GET
/
customers
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
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?