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"
}
}
}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"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Batch id
Page size
Page after
Page before
New batch status
canceled Successful
person_enrichment queued, processing, completed, canceled, error Show child attributes
enriched, not_found, gdpr_removed Show child attributes
person male, female, likely_male, likely_female, unknown Show child attributes
Show child attributes
experience Show child attributes
education Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Show child attributes
company 10001+ employees, 201-500 employees, 51-200 employees, 11-50 employees, 1-10 employees Show child attributes
Show child attributes
Full address as a single string
Indicates if this is the primary location
Country name (e.g., United States)
State or subdivision name (e.g., California, New York)
City name
Postal code
Public Company, Educational, Self Employed, Government Agency, Non Profit, Self Owned, Privately Held, Partnership seed, angel, venture_round_unknown_series, series_a, series_b, series_c, series_d, series_e, series_f, series_g, series_h, series_i, series_j, debt, equity_crowdfunding, convertible_note, ico, private_equity, other $0-$1M, $1M-$10M, $10M-$100M, $100M-$1B, $1B+ Was this page helpful?