With the Enrich Company API Endpoint, you can get all the data available on a chosen company. You can then use this data to enrich the company in your chosen CRM or other location.
Use case
An example use case is to fetch all company data whenever you receive a new lead in your CRM by making an API call based on the email domain of the inbound lead. You can then save this data into your CRM.
If you have lead scoring set up in your CRM, you can use this data to assign an appropriate score for your marketing department.
This will also help the sales team to better assess the value of the inbound lead, according to the properties enriched by Ocean.io (size, web traffic, technologies used, et cetera).
Step-by-step guide
Here's a step-by-step guide to make an API call to the Enrich Company API Endpoint, using Postman.
Click on + in your workspace to add a new call.
Ensure the request type is set to POST
Copy and paste the link below into the Enter URL or paste text field, where you replace XXX with your API token (need help to find your API token?)
Ensure you add Content-Type: application/json in your Headers.
In the Body, parse whatever information you already have available for the company. In this example, we only know that the domain is ocean.io. If you have don't know the company domain, then we recommend to parse as much information you have on the company to get the highest likeliness to find a match. Click here for the full list of possible attributes to parse.
{
"company": {
"domain": "ocean.io"
}
}
Ensure you choose JSON in the Body, before hitting Send and make your call.
That's it! Now you can find all information related to this company
πΈ Credit usage: Calling this endpoint costs 0.2 credits per returned company.
π Did your subscription start before February 2026 or do you have a custom plan? Then you might be on our legacy plan. See this support article for more details (only accessible for legacy customers).






