Skip to main content
GET
/
whoami
Identify the calling API key
curl --request GET \
  --url https://api.creatoraudit.com/v2/whoami \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "organization_id": "<string>",
    "type": "whoami",
    "api_key_name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

data
WhoAmI · object
required