List access tokens

Fetch a list of all access tokens.

Headers

AuthorizationstringRequired

Query parameters

showAllbooleanOptional
If set to true, and the authentication access token has the 'Admin' role, personal access tokens for all members will be retrieved.
limitlongOptional
The number of access tokens to return in the response. Defaults to 25.
offsetlongOptional

Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

Response

Access tokens collection response
itemslist of objectsOptional
An array of access tokens
totalCountintegerOptional
The number of access tokens returned

Errors