Skip to content

Customer Authorization Token​

Get or check Customer API Authorization tokens


Generate a JWT token from a customer username and password​

POST
/api/v2/customer-auth-token

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"login": "string",
  
"password": "string"
}

Responses​

Playground​

Authorization
Body

Samples​


Check validity of a customer authorization token​

GET
/api/v2/customer-auth-token/check

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI