Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Response

Authenticate Me response.

id
integer
required

The unique identifier for the team associated with the api key.

Example:

"90"

name
string

The name of the team associated with the api key.

Example:

"Default Team"

slug
string

The slug of the team associated with the api key.

Example:

"default-team"