How to authenticate your API requests
x-api-key
header of your requests:POST /v2/auth/sign-in
endpoint:Set-Cookie
header with a session cookie. This cookie should be stored in the user’s
browser or application, and included in subsequent requests to the API. The cookie will be used to authenticate the user
for the duration of the session.GET /v2/auth/session
endpoint:accessToken
field:accessToken
is required. This token should be included in the iFrame URL as a query parameter: