Skip to main content
GET
/
authorization
/
connect
{
  "url": "<string>",
  "sessionId": "<string>",
  "expires": "2023-11-07T05:31:56Z",
  "message": "<string>"
}

Query Parameters

code_challenge
string
required

Required. SHA256 code challenge. See https://tonyxu-io.github.io/pkce-generator/.

Response

Accepted

url
string | null

Url to navigate the user to.

sessionId
string | null

Id of the session.

expires
string<date-time>

Date and time of then the connect window expires.

message
string | null