Using a JWT token and a checksum, this endpoint sets session cookies in the user’s browser.
This is typically used in iFrames where a client’s backend generates a JWT Token using its API key, and the backend then asks the end user’s browser to render an iFrame with the JWT Token embedded. The iFrame then calls this endpoint to set the cookies in the browser.
The checksum is computed using HMAC with the tokens as input to ensure the tokens have not been tampered with. If the checksum does not match, an error is thrown indicating that the tokens have been tampered with.
GET /v2/auth/session
endpoint.Pass a static API key for every request, provided by your customer support.
Session validated, and cookies set successfully