Authentication
Verify API key
Verifies that the provided API key is valid and returns information about the associated team
GET
Verify API Key
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
API key verification successful
The response is of type object
.
Verify API Key