Authentication API

get Cookie

POST /api/rest/customer/v1/auth

Pass received Set-Cookie header to each request to private API as 'Cookie' header.

Parameters

Name Description
auth[login] Login
auth[password] Password
auth[cookie_auth] Cookie Auth

Request

Headers

Accept: application/json
Content-Type: application/json
Host: example.org
Cookie: 

Route

POST /api/rest/customer/v1/auth

Body

{"auth":{"login":"login","password":"password","cookie_auth":true}}

Response

Headers

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
cache-control: no-cache
set-cookie: _yeti_customer_v1_session=eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjoxMCwiZXhwIjoxNzg2MzYwMjk5fQ.-EbDCMXZ7GdmHOswMMOzPbzPov6ReUe2Hn5iwXgg6Ag; path=/; expires=Mon, 10 Aug 2026 11:11:39 GMT; httponly; samesite=lax
x-request-id: b993c5d4-b5dd-443f-900b-07f588b07c60
x-runtime: 0.004863
content-length: 0

Status

201 Created