Create saved list
Save a reusable lead list from a filter set or a pinned selection of record_ids. Saving a list does not reveal contacts — exporting from it later does.
Authorization
BearerAuth AuthorizationBearer <token>
Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
Shell
curl -X POST "https://app.argorant.com/api/lists/create" \ -H "Content-Type: application/json" \ -d '{ "name": "DACH VP Sales", "filters": { "industries": "SaaS", "country": "Germany", "seniority": "VP", "verify_status": "valid" } }'JSON
{ "list_id": 312, "name": "DACH VP Sales", "snapshot_total": 8412}