Whoami

get
Authorizations
Responses
200Success
application/json
get
GET /authorization/whoami HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "id": 1,
  "roleId": 1,
  "planId": 1,
  "status": 1,
  "name": "text",
  "email": "text",
  "points": 1,
  "scopes": [
    "text"
  ],
  "apps": [
    {
      "id": 1,
      "userId": 1,
      "status": 1,
      "name": "text",
      "url": "text",
      "parameters": "text",
      "appKey": "text",
      "appSecret": "text",
      "metadata": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      },
      "date": "2025-06-27T08:43:45.159Z",
      "scopes": [
        "text"
      ],
      "tokens": [
        {
          "id": 1,
          "status": 1,
          "name": "text",
          "scopes": [
            "text"
          ],
          "ip": "text",
          "expire": "2025-06-27T08:43:45.159Z",
          "date": "2025-06-27T08:43:45.159Z"
        }
      ]
    }
  ],
  "metadata": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  },
  "date": "2025-06-27T08:43:45.159Z"
}