entity search

The POST /entity-search endpoint is used to search for entities. The request should be made with a JSON payload including parameters such as callbackUrl, companyName, state, country, and tin.

Request Body

  • callbackUrl (string, optional): The URL to which the response will be sent.

  • companyName (string): The name of the company to search for.

  • state (string): The state of the company.

  • country (string): The country of the company.

  • tin (string): The Tax Identification Number of the company.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!