Skip to main content
GET
/
api
/
v2
/
block-lists-entries
/
download
Download all block list entries as CSV
curl --request GET \
  --url https://api.instantly.ai/api/v2/block-lists-entries/download \
  --header 'Authorization: Bearer <token>'
"Blocked Email,Date\r\nexample.com,2023-09-15T12:00:00Z\r\nuser@example.org,2023-09-15T12:00:00Z"

Authorizations

Authorization
string
header
required

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

Query Parameters

domains_only
boolean

Filter by domain

Example:

true

Search by value

Example:

"example.com"

Response

The list of Block List Entry

The response is of type string.

Example:

"Blocked Email,Date\r\nexample.com,2023-09-15T12:00:00Z\r\nuser@example.org,2023-09-15T12:00:00Z"