ReDoc documentation

integration/customer/token

integration/customer/token

post/V1/integration/customer/token

Create access token for admin given the customer credentials.

Request
Request Body schema:
password
required
string
username
required
string
Responses
200

200 Success.

400

400 Bad Request

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string"
}
Response samples
"string"