Endpoints
Authenticate Me
Endpoint for checking the validity of your api key.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Authenticate Me response.
The unique identifier for the team associated with the api key.
Example:
"90"
The name of the team associated with the api key.
Example:
"Default Team"
The slug of the team associated with the api key.
Example:
"default-team"