Me

The authenticated principal

The authenticated principal behind the current request: the API key presented, the abilities it carries, and the organization and projects it may reach.

Fields

Field Type Description
organization Organization

The active organization the API key is bound to.

abilities string[]

The abilities currently in effect for the request, taken from the API key itself.

projects Project[]

The projects in the active organization that the caller may act in.

api_key ApiKeyMetadata

Metadata describing the API key used on the request.

API key metadata

Field Type Description
id integer

The unique ID of the API key.

name string

The label you gave the key when you created it.

last_used_at datetime

When the key was last used to authenticate a request, or null when it has not yet been used.

created_at datetime

When the key was created.