ReferencesControllerV2

Get a list of State Options

get

Retrieve a list of state options from the database.

Note: The response includes a structured collection of states based on predefined configurations.

Query parameters
countryCodestringOptional

Specifies the unique code of a country. If provided, the response is filtered to return only state options for that country; otherwise, all state options are returned.

Responses
200

Returns a list of state types successfully.

application/json
get
/api/demographics/v2/References/StateOptions

Get a list of Company Types

get

Retrieve a list of company types from the database.

Query parameters
countryCodestringOptional

Specifies the unique code of a country. If provided, the response returns only company types for that country; otherwise, all company types are returned. Default: "US".

Responses
200

Returns a list of company types successfully.

application/json
get
/api/demographics/v2/References/CompanyTypes

Get a list of Legal Identifier Types

get

Retrieve a list of legal identifier types from the database.

Query parameters
countryCodestringOptional

Country Code used to filter legal identifier types. If provided, only legal identifier types for that country are returned; otherwise, all available legal identifier types are included.

Responses
200

Returns a list of legal identifier types successfully.

application/json
get
/api/demographics/v2/References/LegalIdentifierTypes

Last updated

Was this helpful?