Auth

Authenticate and get access token

post

Authenticate with email and password and get an access token for authorizing requests to Customers API endpoints. Access token is valid for 24 hours.

Authorizations
AuthorizationstringRequired
Body

Login credentials

emailstringRequired

credentials

passwordstringRequired

options

Responses
200

Success

application/json
post
/auth/login

Check access token status

get
Authorizations
AuthorizationstringRequired
Responses
200

Success

application/json
get
/auth/authenticated

Last updated