cURL
curl --request POST \ --url https://api.amplemarket.com/companies/enrichment-requests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "companies": [ { "domain": "<string>", "linkedin_url": "<string>" } ] } '
202
Batch accepted
{ "id": 35, "object": "company_enrichment", "status": "queued", "results": [], "_links": { "self": { "href": "/companies/enrichment-requests/35" } }}
Start batch of company enrichments
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Companies to be enriched
Show child attributes
company_enrichment
queued
processing
completed
canceled
error
Was this page helpful?