cURL
curl --request GET \ --url https://api.example.com/v1/api-keys
{ "object": "list", "data": [ { "id": "key_Mc2eF6gH", "name": "Production Backend", "prefix": "sig_live_7kMn", "scopes": ["trademarks:read", "search:read", "portfolios:manage", "events:read"], "last_used_at": "2026-03-24T14:30:00Z", "created_at": "2025-09-10T08:00:00Z", "expires_at": null }, { "id": "key_Nd3fG7hI", "name": "CI/CD Testing", "prefix": "sig_test_9pQr", "scopes": ["trademarks:read"], "last_used_at": "2026-03-20T09:15:00Z", "created_at": "2026-01-05T12:00:00Z", "expires_at": "2026-12-31T23:59:59Z" } ], "has_more": false, "pagination": { "cursor": null }, "livemode": true, "request_id": "req_vO1fG7hI" }
List all API keys for the authenticated organization
Show API key object
sig_live_xxxx
curl https://api.signa.so/v1/api-keys \ -H "Authorization: Bearer sig_live_xxxxxxxxxxxx"
unauthorized
rate_limited