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
organizationId
The ID of the Organization to list tokens for.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
workspaceId
The ID of the Workspace to list API tokens for.
deploymentId
The ID of the Deployment to list API tokens for.
includeOnlyOrganizationTokens
Whether to show only Organization API tokens.
offset
Offset for pagination
limit
Limit for pagination
sorts
Sorting criteria, each criterion should conform to format ‘fieldName:asc’ or ‘fieldName:desc’
Response
OK
limit
The limit of values in this page.
offset
The offset of values in this page.
tokens
The list of API tokens in this page.
totalCount
The total number of API tokens.