GET
/
v2
/
auth
/
session
Get session ID
curl --request GET \
  --url https://rest.forestreet.com/v2/auth/session \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "accessToken": "<string>",
  "refreshToken": "<string>",
  "idToken": "<string>",
  "expiresIn": 123,
  "checksum": "<string>"
}

Authorizations

x-api-key
string
header
required

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

Headers

x-api-key
string
required

API key for authentication.

Minimum length: 1

Response

200
application/json

Session created successfully

The response is of type object.