Customers
Create a customer
Create a customer for the authenticated workspace.
POST
/
customers
Authorizations
Default authentication mechanism
Body
application/json
Unique identifier for the customer in the client's app.
Email of the customer in the client's app.
Name of the customer in the client's app. If not provided, a random name will be generated.
Avatar URL of the customer in the client's app.
Response
201 - application/json
The unique identifier of the customer in Dub.
Unique identifier for the customer in the client's app.
Name of the customer.
The date the customer was created.
Email of the customer.
Avatar URL of the customer.
Was this page helpful?