Skip to main content
PATCH
/
people
/
enrichment-requests
/
{id}
Cancel batch of person enrichments
curl --request PATCH \
  --url https://api.amplemarket.com/people/enrichment-requests/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "canceled"
}
'
{
"id": 23,
"object": "person_enrichment",
"status": "canceled",
"results": [],
"_links": {
"self": {
"href": "/people/enrichment-requests/23"
}
}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Batch id

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

Body

application/json

New batch status

status
enum<string>
required
Available options:
canceled

Response

Successful

id
integer
required
object
enum<string>
required
Available options:
person_enrichment
status
enum<string>
required
Available options:
queued,
processing,
completed,
canceled,
error
results
object[]
required
_errors
object[]