POST
/
customer

The Authorization needs to be in the following format:

Authorization: Token <YOUR_API_KEY>

Use this endpoint to create new customers by providing their email addresses.

Body

application/json
email
string
required

The client's email address.

Response

201 - application/jsons
auth_token
string

The authorization token for the client.

email
string

The newly created client's email address.

id
integer

The newly created client's unique identifier.