PUT
/
v2
/
auth
/
session
Set Session Cookies
curl --request PUT \
  --url https://rest.forestreet.com/v2/auth/session \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "refreshToken": "<string>",
  "idToken": "<string>",
  "checksum": "<string>"
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Body

application/json

Response

204

Session validated, and cookies set successfully