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/"d2139838d1e8d9d1720b16e4306019f5" cache-control: max-age=0, private, must-revalidate x-request-id: becfcb4a-8202-45fe-bf35-966318f7eada x-runtime: 0.007182 content-length: 139
201 Created
{
"jwt": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo5LCJleHAiOjE3ODQzODEzOTJ9._oleG881BkZYOo0aEfbuzGP5hlQG7Frp7CYl7wF3064"
}