v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBBlocklist
List Blocklist Items
Retrieve a list of paginated blocklist entries.
Required API key scope
- Orders
get/blocklists
Response
Success
Example response
{
"data": [
{
"id": 1,
"value": "example@example.com",
"secondary_value": "example.2@example.com",
"created_at": "2023-06-09 00:00:00"
}
],
"links": [
{
"url": "https://api.loopreturns.com/api/v1/blocklists?page=1",
"active": true
}
],
"next_page_url": "https://api.loopreturns.com/api/v1/blocklists?page=2",
"current_page": 1,
"first_page_url": "https://api.loopreturns.com/api/v1/blocklists?page=1",
"last_page_url": "https://api.loopreturns.com/api/v1/blocklists?page=2",
"path": "https://api.loopreturns.com/api/v1/blocklists",
"per_page": 15,
"to": 15,
"total": 20
}