cURL
curl --request PATCH \ --url https://api.amplemarket.com/companies/enrichment-requests/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "canceled" } '
200
Successful
{ "id": 39, "object": "company_enrichment", "status": "canceled", "results": [], "_links": { "self": { "href": "/companies/enrichment-requests/39" } }}
Cancel batch of company enrichments
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
New batch status
canceled
company_enrichment
queued
processing
completed
error
Show child attributes
Was this page helpful?