List API tokens
GET/integrations/tokens
Returns all API tokens created by the authenticated user. Requires root operator role and credentials.manage scope. Full token values are not included in the response, only hints (last 4 characters). Maximum of 10 tokens per user.
Requires scope: credentials.manage.
Responses
- 200
- 401
- 500
List of API tokens (full tokens omitted)
Unauthorized - root operator role and credentials.manage scope required
Internal server error