LogoAntiRaid
Get

Get Authorized Session

Returns data about both the user and the user's authorized session

GET
/sessions/@me

Response Body

application/json

application/json

curl -X GET "https://loading/sessions/@me"
{
  "id": "string",
  "state": "string",
  "type": "string",
  "user_id": "string"
}
{
  "code": "InternalAuthError",
  "message": "string"
}

Last updated on