Retrieve an account by id or email

Retrieves the account associated with a full id or a full email. Functionally, this combines retrieving an account by id and retrieving an account by email into one endpoint.

NOTE: By default, the response will not include:

  • latest_subscription
  • upcoming_subscription
  • audit_logs

Authorized scopes:

  • owner
  • admin:full
  • admin:limited
  • account:update
  • account:view
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the application.

string
required

A full account id or account email to load.

Query Params
include
array of strings

By default, the latest subscription, upcoming subscription, and audit logs are not included in the response. You can provide a comma-separated list of which of these attributes you would like to include in the response. If latest-audit-logs is included, audit-logs will be ignored.

include
Headers
integer
Responses

401

Unauthorized

Language
Credentials
Bearer
token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json