Endpoints
Authenticate Me
Endpoint for checking the validity of your api key.
GET
/
auth_me
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
requiredThe unique identifier for the team associated with the api key.
name
string
The name of the team associated with the api key.
slug
string
The slug of the team associated with the api key.