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/"d2ab063cd921ead478717bf8dc38aa23" cache-control: max-age=0, private, must-revalidate x-request-id: 0f573964-9017-44b8-8646-2871723d7823 x-runtime: 0.005862 content-length: 139
201 Created
{
"jwt": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo5LCJleHAiOjE3NzIyMTIwMTF9.-5TV9AigUtuxo7TYxBrhFjiCIJlNqvITO6WWKGX5KxY"
}