Get information about your permanent API tokens in the account. A user with the Administrators role gets information about all API tokens in the account.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Account ID.
Group's ID. Possible values are:
Example, &role=Engineers
User's ID. Use to get API tokens issued by a particular user.
Example, &issued_by
=1234
User's ID. Use to get API tokens issued by anyone except a particular user.
Example, ¬_issued_by=1234
The state of API tokens included in the response.
Two possible values:
Example, &deleted=True
OK.
The response is of type object[]
.