PAPI

Get Profile

GET
/account/profile
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/account/profile"
{
  "avatar_url": "string",
  "created_at": "string",
  "email": "string",
  "email_verified": true,
  "id": "string",
  "name": "string",
  "providers": [
    "string"
  ]
}
Empty
Empty