Auth
List API tokens
GET
/api-tokensAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/api-tokens"[ { "created_at": "string", "expires_at": "string", "id": "string", "identity_provider_id": "string", "last_used_at": "string", "name": "string", "organization_id": "string", "revoked_at": "string", "scope": "string", "status": "active", "token_prefix": "string", "workspace_id": "string" }]