List API keys
Lists your keys (metadata only — never the secret), newest first. Session-authenticated (dashboard or CLI).
Authorization
sessionAuth session<token>
A Valara dashboard session cookie (or the CLI device session token). Required by key-management endpoints; an API key cannot manage keys.
In: cookie
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/keys"{ "object": "list", "data": [ { "id": "string", "object": "api_key", "name": "string", "prefix": "string", "scopes": [ "reviews:read" ], "last_used_at": "string", "expires_at": "string", "revoked_at": "string", "created_at": "string" } ]}{ "error": { "type": "invalid_request", "message": "string", "param": "string", "request_id": "string" }}{ "error": { "type": "invalid_request", "message": "string", "param": "string", "request_id": "string" }}{ "error": { "type": "invalid_request", "message": "string", "param": "string", "request_id": "string" }}{ "error": { "type": "invalid_request", "message": "string", "param": "string", "request_id": "string" }}