Skip to main content
POST
Customer Login

Customer Login

Authenticates a customer and returns a token for subsequent requests.

Request

string
required
Your API key

Body Parameters

string
required
Customer’s email address
string
required
Customer’s password

Response

Using the Token

Include the token in the Authorization header for authenticated endpoints:

Errors

Example