List API tokens
GET/tokens
Returns all API tokens created by the authenticated admin user. Requires admin 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.
Responses
- 200
- 401
- 500
List of API tokens (full tokens omitted)
Unauthorized - admin role and credentials.manage scope required
Internal server error