cURL
curl --request GET \ --url https://api.amplemarket.com/companies/enrichment-requests/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": 36, "object": "company_enrichment", "status": "processing", "results": [], "_links": { "self": { "href": "/companies/enrichment-requests/36" } }}
Retrieve company enrichment results
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Batch id
Page size
Page after
Page before
Successful
company_enrichment
queued
processing
completed
canceled
error
Show child attributes
Was this page helpful?