PAPI

Get Current User

GET
/me
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://loading/me"
{
  "key_prefix": "string",
  "scopes": [
    "string"
  ],
  "user_id": "string"
}