API Auth
List API Keys
List all API keys present in the workspace.
Path Parameters
workspace_id*Workspace Id
Format
uuidQuery Parameters
limit?Limit
Default
50Range
1 <= value <= 100cursor?string|null
Response Body
application/json
application/json
{ "status": "ok", "data": { "items": [ { "id": "string", "createdAt": "string", "modifiedAt": "string", "workspaceId": "string", "issuerId": "string", "name": "string", "expiredAt": "string" } ], "limit": 0, "cursor": "string", "total": 0 }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}