Pass received token to each request to private API as 'token' parameter or 'Authorization' header.
| Name | Description |
|---|---|
| auth[login] | Login |
| auth[password] | Password |
| auth[cookie_auth] | Cookie Auth |
Accept: application/json Content-Type: application/json Host: example.org Cookie:
POST /api/rest/customer/v1/auth
{"auth":{"login":"login","password":"password"}}
x-frame-options: SAMEORIGIN x-xss-protection: 0 x-content-type-options: nosniff x-permitted-cross-domain-policies: none referrer-policy: strict-origin-when-cross-origin content-type: application/json; charset=utf-8 vary: Accept etag: W/"1fc03da2842a8181c3e1ee2c6f2d5ba2" cache-control: max-age=0, private, must-revalidate x-request-id: b6b43bb1-977a-4117-a0f9-53d83f2a6483 x-runtime: 0.005621 content-length: 139
201 Created
{
"jwt": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo5LCJleHAiOjE3NzYzNjU3NDR9.mLSTQU0-vTy40sjUOKo8CC2326cXjnmg_6nboW1qgxw"
}