List API tokens
List information about all API tokens from an Organization. Filters on Workspace when Workspace ID is provided. When includeOnlyOrganizationTokens
is true
, only Organization API tokens are returned.
Path parameters
The ID of the Organization to list tokens for.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
The ID of the Workspace to list API tokens for.
The ID of the Deployment to list API tokens for.
Whether to show only Organization API tokens.
Offset for pagination
Limit for pagination
Sorting criteria, each criterion should conform to format ‘fieldName:asc’ or ‘fieldName:desc’
Response
OK
The limit of values in this page.
The offset of values in this page.
The list of API tokens in this page.
The total number of API tokens.