Compute Deadlines
Deadlines
Compute Deadlines
Compute trademark maintenance deadlines without persisting data
POST
Compute Deadlines
Overview
Compute maintenance deadlines for one or more trademark records without first storing them in Signa. Docketing/IPMS vendors, corporate IP teams, and filing-service buyers can run their book through Signa’s 21-jurisdiction deadline engine instead of building and maintaining their own rules engine. A missed renewal can mean a lost registration and a malpractice event, so the endpoint returns filing windows, grace periods, urgency, and consequences from the same rule corpus used by Signa trademark detail pages. Use the companion List Deadline Rules endpoint when you need to inspect the underlying jurisdiction rules, citations, and renewal cycles that power these computations.Request Body
Marks to compute, max 1,000 items. Results are returned in the same order, with one
deadline_computation per input item.Calendar date to compute relative to, as
YYYY-MM-DD. Defaults to today.How many years ahead to include. Minimum
1, maximum 15, default 5.Include optional deadlines such as US Section 15 incontestability. Defaults to
true.Include deadlines already past their grace period. Defaults to
false.Response
A standard list response withdata: DeadlineComputation[]. Pagination is not used; data[i] corresponds to items[i].
Always
list.Always
false.Always
{ "cursor": null }.Unique request identifier for support and debugging.
supported: false with an empty deadlines array. Dead statuses such as cancelled, expired, or abandoned return supported: true with an empty deadlines array when the jurisdiction is supported.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Malformed body, missing items, invalid date format, invalid enum value, or horizon_years outside 1..15 |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key missing the trademarks:read scope |
| 422 | batch_too_large | More than 1,000 items. The error carries item_count and item_count_limit |
| 429 | rate_limited | Too many requests |
Related Endpoints
- List Deadline Rules — inspect the rule corpus and statutory citations
- List Jurisdictions — jurisdiction overview