Blocklist
Authorizations
AuthorizationstringRequired
Query parameters
limitintegerOptional
Page size (default 100, max 1000)
offsetintegerOptional
Offset (default 0)
Header parameters
AuthorizationstringRequired
Bearer <API_KEY>
Responses
200
OK
application/json
totalCountintegerOptionalExample:
214401
Unauthorized - invalid or missing API key
application/json
500
Failed to list entries
application/json
get/blocklist
Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
Bearer <API_KEY>
Body
valuesstring[]RequiredExample:
Values holds the email addresses and/or domains to block, up to 1000 per request.
["competitor.com","jane@acme.com"]Responses
200
OK
application/json
createdintegerOptionalExample:
Created is the number of new suppression entries written.
42skippedintegerOptionalExample:
Skipped is the number of values ignored because they already existed or failed validation.
3400
Invalid request body
application/json
401
Unauthorized - invalid or missing API key
application/json
500
Failed to add entries
application/json
post/blocklist
Last updated