Account

Get current account

Return the account and team behind the API key making the request. Takes no parameters. Call it as a connection test to confirm a key is valid and to discover the teamId and account email a key belongs to.

get/v1/me

Response

The account and team for the authenticated API key.

apiKeyIdstring required

The id of the API key used to authenticate this request.

apiKeyNicknamestring required

The nickname given to the API key when it was created.

emailstring required

The email address of the account the API key belongs to.

displayNamestring nullable required

The display name of the account the API key belongs to. null if the account has not set one.

teamIdstring required

The id of the team the API key belongs to.

Changes