Skip to main content
GET
/
v2
/
account
/
whoami
Whoami
curl --request GET \
  --url https://api-next.ofauth.com/v2/account/whoami \
  --header 'apiKey: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "permissions": [
    "<string>"
  ]
}

Authorizations

apiKey
string
header
required

Response

Platform overview for the authenticated API key.

id
string
required
name
string | null
required
permissions
string[]
required