cURL
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.
Your OFAuth API key for authenticating requests.
Platform overview for the authenticated API key.
Was this page helpful?