POST
/
customers

Authorizations

Authorization
string
header
required

Default authentication mechanism

Body

application/json
externalId
string
required

Unique identifier for the customer in the client's app.

avatar
string | null

Avatar URL of the customer in the client's app.

email
string | null

Email of the customer in the client's app.

name
string | null

Name of the customer in the client's app. If not provided, a random name will be generated.

Response

201 - application/json
createdAt
string
required

The date the customer was created.

externalId
string
required

Unique identifier for the customer in the client's app.

id
string
required

The unique identifier of the customer in Dub.

name
string
required

Name of the customer.

avatar
string | null

Avatar URL of the customer.

email
string | null

Email of the customer.