cURL
curl --request GET \ --url https://api.signa.so/v1/organization/api-keys \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "key_Mc2eF6gH", "name": "Production Backend", "prefix": "sig_7kMn", "scopes": ["trademarks:read", "billing: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_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 }, "request_id": "req_vO1fG7hI" }
List all API keys for the authenticated organization
Show API key object
sig_xxxx
curl https://api.signa.so/v1/organization/api-keys \ -H "Authorization: Bearer sig_xxxxxxxxxxxx"
unauthorized
rate_limited