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