Skip to main content
GET
/
authorization
/
{session}
{
  "sessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "expires": "2023-11-07T05:31:56Z",
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Path Parameters

session
string<uuid>
required

Required. SessionId returned in initial request.

Query Parameters

code_verifier
string
required

Required. Code verifier used to generate initial code challenge.

Response

OK

sessionId
string<uuid>

Id of the current session.

expires
string<date-time>

Date and time of when the JWT token expired.

accessToken
string | null

The access token.

refreshToken
string | null

The refresh token.