v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Session Authentication

Using the session

Once you have logged in, to use your session token to authenticate with any action, supply it in a request header Authorization with a value of Bearer {token}, as seen here.

(There is not really anything at /v1/example1; this section only demonstrates how generally to use Session Bearer Token Authentication.)

get/v1/example1

Headers

Authorizationstring required

Bearer encoding of the credentials

Response

OK

successboolean required

Example response

{
  "success": true
}