curl --request GET \
--url https://api.ofauth.com/v2/account/whoami \
--header 'apiKey: <api-key>'{
"id": "<string>",
"name": "<string>",
"permissions": [
"<string>"
]
}Returns general account information for the API key’s organization.
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.
Was this page helpful?