cURL
curl --request GET \ --url https://api.example.com/v1/firms/{id}/attorneys
{ "object": "list", "data": [ { "id": "att_3kPq9X", "object": "attorney", "canonical_name": "Jane R. Smith", "firm_name": "Smith & Associates LLP", "country_code": "US", "trademark_count": 1284, "registration_rate": 0.81, "latest_filing": "2026-04-08", "created_at": "2024-09-12T11:42:01Z", "updated_at": "2026-04-09T03:18:22Z" } ], "has_more": true, "pagination": { "cursor": "eyJpZCI6..." }, "livemode": true, "request_id": "req_xyz" }
List the attorneys at a specific law firm
firm_...
att_...
curl "https://api.signa.so/v1/firms/firm_2kLm9X/attorneys?limit=20" \ -H "Authorization: Bearer sig_live_YOUR_KEY_HERE"
validation_error
unauthorized
not_found
rate_limited