Whoami

get
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Available scopes:
  • : Operations that allows interactions with verifyID services
  • : Operations that allows interactions with Insyts services
  • : Operations for internal use only
  • : APIs to interact with utility functions of the Akibaone systems.
  • : An API suit providing read only access for confirming an individual’s identity and is crucial for preventing fraud and ensuring trust.
  • : An API suite providing read only access to search and retrieve public company data
Responses
200Success
application/json
get
/authorization/whoami
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-11-27T09:38:36.816Z",
      "scopes": [
        "text"
      ],
      "tokens": [
        {
          "id": 1,
          "status": 1,
          "name": "text",
          "scopes": [
            "text"
          ],
          "ip": "text",
          "expire": "2025-11-27T09:38:36.816Z",
          "date": "2025-11-27T09:38:36.816Z"
        }
      ]
    }
  ],
  "metadata": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  },
  "date": "2025-11-27T09:38:36.816Z"
}