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

Documentation Index

Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

Response

Platform overview for the authenticated API key.

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