Skip to main content
GET
Create request token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Request successful

expires_at
string

The date and time (in UTC) when the request token will expire.

Example:

"2024-12-07 12:34:51 UTC"

request_token
string

A unique token used to generate a session id

Example:

"02a0e6d34dbd8325254e83c78918599076a62b0e"

success
boolean

Indicates whether the request was successful. Possible values - true or false

Example:

true