Profile

Overview

Returns a general overview of information about the connected user.

Method GET
Endpoint /connect/profile
Query Parameters (string) connectToken


Output Body (Success)
{
   "version":1,
   "status":200,
   "data":{
      "id":1,
      "username":"taw",
      "isVerified":true,
      "isPatreon":true,
      "pronouns": "they/them",
      "avatar":"https:\/\/spinsha.re\/uploads\/avatar\/5f4147b117c7b.png",
      "notificationsCount": 4
   }
}


Responses

Code Explaination
200 The profile exists.
422 Some parameters were missing.
403 Your connectToken is missing or wrong.
On this page
Overview