Registrations

Get registrations

The Get Registrations API retrieves a paginated list of registrations. This API helps in tracking and managing registrations efficiently across multiple jurisdictions.

get/v1/registrations

Query parameters

status__instring

Filter registrations by status. Multiple statuses can be passed, separated by commas.

Filter registrations by status. Multiple statuses can be passed, separated by commas.

state_codestring

Filter registrations by state code.

Filter registrations by state code.

filing_frequency__instring

Filter registrations by filing frequency. Multiple filing frequencies can be passed, separated by commas.

Filter registrations by filing frequency. Multiple filing frequencies can be passed, separated by commas.

Filter registrations by country code in ISO 3166-1 alpha-2 format (e.g., US, CA).

tax_type__instring nullable

Filter registrations by tax type. Multiple tax types can be passed, separated by commas (SALES_TAX, USE_TAX, SALES_AND_USE_TAX).

Filter registrations by tax type. Multiple tax types can be passed, separated by commas (SALES_TAX, USE_TAX, SALES_AND_USE_TAX).

order_bystring nullable

Order results by specified fields (comma-separated)

Order results by specified fields (comma-separated)

pageinteger

Page number

Page number

sizeinteger

Page size

Page size

Headers

x-organization-idstring nullable required

The unique identifier for the organization making the request

The unique identifier for the organization making the request

Response

Successfully retrieved registrations

totalinteger required
pageinteger required
sizeinteger required
pagesinteger required

Changes