Search company
URL
Headers
Name
Type
Description
Body
Name
Type
Description
Example request
curl -X POST https://api.complycube.com/v1/lookup/companies \
-H 'Authorization: <YOUR_API_KEY>' \
-H 'Content-Type: application/json' \
-d '{
"companyName": "Stripe Payments Europe Limited",
"incorporationCountry": "IE"
}'const { ComplyCube } = require("@complycube/api");
const complycube = new ComplyCube({ apiKey: "<YOUR_API_KEY>" });
const client = await complycube.lookup.searchCompany({
companyName: "Stripe Payments Europe Limited",
incorporationCountry: "IE"
});The Company summary object
Attribute
Type
Description

