latestOpenAPI 3.0.32026-08-084947174.1 KB

f9302ec2ef8a

Jurisdictions

List Jurisdictions

get/jurisdictions

Query parameters

limitinteger

Maximum number of results per page

pageinteger

Page number to retrieve

namestring

Filter jurisdictions by name (partial match)

filter[registered_agent_only]boolean

When set to a truthy value, limits results to US states and territories where Registered Agent service is available.

Response

Success

has_moreboolean

Indicates if there are more results available beyond the current page.

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}