curl --request GET \
--url https://api.example.com/v1/jurisdictions/{code}/deadline-rules{
"object": "list",
"data": [
{
"jurisdiction_code": "US",
"jurisdiction_name": "United States",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "declaration_of_use",
"label": "Section 8 Declaration of Use",
"trigger": "registration_date",
"offset_years": 6,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": false
},
{
"type": "declaration_of_incontestability",
"label": "Section 15 Incontestability",
"trigger": "registration_date",
"offset_years": 5,
"window_months_before": 0,
"grace_period_months": 0,
"is_critical": false,
"is_recurring": false
},
{
"type": "combined_renewal_and_use",
"label": "Section 8 & 9 Renewal",
"trigger": "registration_date",
"offset_years": 10,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
},
{
"jurisdiction_code": "EU",
"jurisdiction_name": "European Union",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "renewal",
"label": "EUTM Renewal",
"trigger": "filing_date",
"offset_years": 10,
"window_months_before": 6,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
}
],
"has_more": false,
"pagination": {
"cursor": null
},
"livemode": true,
"request_id": "req_sL8cD4eF"
}
List trademark deadline rules by jurisdiction
curl --request GET \
--url https://api.example.com/v1/jurisdictions/{code}/deadline-rules{
"object": "list",
"data": [
{
"jurisdiction_code": "US",
"jurisdiction_name": "United States",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "declaration_of_use",
"label": "Section 8 Declaration of Use",
"trigger": "registration_date",
"offset_years": 6,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": false
},
{
"type": "declaration_of_incontestability",
"label": "Section 15 Incontestability",
"trigger": "registration_date",
"offset_years": 5,
"window_months_before": 0,
"grace_period_months": 0,
"is_critical": false,
"is_recurring": false
},
{
"type": "combined_renewal_and_use",
"label": "Section 8 & 9 Renewal",
"trigger": "registration_date",
"offset_years": 10,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
},
{
"jurisdiction_code": "EU",
"jurisdiction_name": "European Union",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "renewal",
"label": "EUTM Renewal",
"trigger": "filing_date",
"offset_years": 10,
"window_months_before": 6,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
}
],
"has_more": false,
"pagination": {
"cursor": null
},
"livemode": true,
"request_id": "req_sL8cD4eF"
}
US, EU, DE)Show Jurisdiction deadline rules
US, EU)Show Deadline rule
renewal, declaration_of_use, combined_renewal_and_use, declaration_of_incontestability, restoration, international_renewalregistration_date, filing_date, grant_date, protection_grant_date, or intl_registration_date{
"object": "list",
"data": [
{
"jurisdiction_code": "US",
"jurisdiction_name": "United States",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "declaration_of_use",
"label": "Section 8 Declaration of Use",
"trigger": "registration_date",
"offset_years": 6,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": false
},
{
"type": "declaration_of_incontestability",
"label": "Section 15 Incontestability",
"trigger": "registration_date",
"offset_years": 5,
"window_months_before": 0,
"grace_period_months": 0,
"is_critical": false,
"is_recurring": false
},
{
"type": "combined_renewal_and_use",
"label": "Section 8 & 9 Renewal",
"trigger": "registration_date",
"offset_years": 10,
"window_months_before": 12,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
},
{
"jurisdiction_code": "EU",
"jurisdiction_name": "European Union",
"registration_term_years": 10,
"renewal_term_years": 10,
"grace_period_months": 6,
"deadlines": [
{
"type": "renewal",
"label": "EUTM Renewal",
"trigger": "filing_date",
"offset_years": 10,
"window_months_before": 6,
"grace_period_months": 6,
"is_critical": true,
"is_recurring": true
}
]
}
],
"has_more": false,
"pagination": {
"cursor": null
},
"livemode": true,
"request_id": "req_sL8cD4eF"
}
curl "https://api.signa.so/v1/jurisdictions/us/deadline-rules" \
-H "Authorization: Bearer sig_live_xxxxxxxxxxxx"
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid jurisdiction code |
| 401 | unauthorized | Missing or invalid API key |
| 429 | rate_limited | Too many requests |