Registration Content
List Available Jurisdictions
Search for jurisdictions where you can create tax registrations
POST
Search for tax jurisdictions where registrations are available. Returns jurisdictions that match your filters, with pagination support for large result sets.
Request Body
Filter criteria for jurisdictions.
Free-text search across jurisdiction names.Example:
"Los Angeles" or "California"Pagination cursor from a previous response. Leave empty for the first page.
Maximum number of results to return (1-100).
Response Fields
| Field | Type | Description |
|---|---|---|
jurisdictions | array | List of matching jurisdictions |
jurisdictions[].jurisdiction_id | string | Unique identifier for the jurisdiction |
jurisdictions[].jurisdiction_name | string | Human-readable name |
jurisdictions[].jurisdiction_type | string | Type of jurisdiction (STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, LOCAL, COUNTRY, TERRITORY, TRADEBLOC) |
jurisdictions[].state_or_province | string | State/province code if applicable |
jurisdictions[].country | string | ISO country code |
total | integer | Total number of matching jurisdictions |
cursor | string | Cursor for the next page (empty if no more results) |
Next Steps
After finding jurisdictions, use the Registration Input Options endpoint to get theregistration_content_id and available tax types for each jurisdiction.
Related
- Registration Content Overview — Full content API workflow
- Tax Registrations — Registration concepts and lifecycle