v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
identity

Whoami

Retrieves the details about the current authenticated entity used to access the API.

get/whoami

Response

Successful response with user or account.

Example response

{
  "data": {
    "account": {
      "id": 1,
      "email": "example-account@example.com",
      "plan_identifier": "teams-v1-monthly",
      "created_at": "2015-09-18T23:04:37Z",
      "updated_at": "2016-06-09T20:03:39Z"
    }
  }
}