ArgorantDocs

Blocklist

gethttps://app.argorant.com/api/v1/blocklist
GET
/api/v1/blocklist

Addresses and domains your campaigns never contact. Entries you add are yours; Argorant-wide entries (known spam traps, role addresses that complained) are included and marked yours: false.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Query Parameters

limit?integer

Rows (max 5000).

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/v1/blocklist?limit=500"
JSON
{  "entries": [    {      "id": "c9a94730-604c-4156-bee1-d52e24a3f847",      "type": "domain",      "value": "competitor.com",      "reason": "customer",      "created_at": "2026-09-19T12:54:32+00:00",      "yours": true    }  ]}