cURL
curl --request GET \ --url https://api.example.com/v1/event-types
{ "object": "list", "data": [ { "object": "event_type_mapping", "office_code": "uspto", "raw_code": "FILED", "raw_label": "Application Filed", "event_type": "filing", "event_scope": null, "notes": null }, { "object": "event_type_mapping", "office_code": "uspto", "raw_code": "REGISTERED", "raw_label": "Registration Certificate Issued", "event_type": "registration", "event_scope": null, "notes": null }, { "object": "event_type_mapping", "office_code": "euipo", "raw_code": "APPLICATION_RECEIVED", "raw_label": "Application Received", "event_type": "filing", "event_scope": null, "notes": null } ], "has_more": false, "pagination": { "cursor": null }, "request_id": "req_rK7bC3dE" }
List per-office event type code mappings
uspto
euipo
Show Event type mapping object
"event_type_mapping"
filing
registration
renewal
curl https://api.signa.so/v1/event-types \ -H "Authorization: Bearer sig_live_xxxxxxxxxxxx" # Filter by office curl "https://api.signa.so/v1/event-types?office=uspto" \ -H "Authorization: Bearer sig_live_xxxxxxxxxxxx"
unauthorized
rate_limited