Skip to main content
PUT
Set Session Cookies

Authorizations

x-api-key
string
header
required

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

Body

application/json
refreshToken
string
required

Refresh token to set in cookies.

Pattern: ^[A-Za-z0-9-_]+(?:\.[A-Za-z0-9-_]+)+$
idToken
string
required

JWT ID token for the user.

Pattern: ^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+$
checksum
string
required

Mandatory checksum for the tokens.

redirectUrl
string<uri>

If provided, redirects to this URL after setting cookies. The URL must be within the Forestreet domain.

Response

Session validated, and cookies set successfully; no redirectUrl provided.