Request Registry Data

Request Registry Data

Create a request to get Registry Data for a company.

A request can be created with only the company_id - the required data is retrieved from the company entitiy.
A 422 - Unprocessable Error will be raised if the company entity is missing company_number or country_code.

Alternatively, the company entity details can be overridden by sending company_number, company_name, and country_code alongside the company_id in the request body.
This registry data returned will be associated with the company_id on the request.

If it is not possible to resolve the registry data to a single company, the response will have a status of TooManyResults. It is possible to resolve this picklist using the POST /v2/company-registry-data/picklist endpoint.

Recipes
🏢
Access Company Registry Data
Open Recipe
📝
Handle Company Registry Picklists
Open Recipe
Language
Authorization
URL
Click Try It! to start a request and see the response here!