Customer Blacklist
Find all Blacklist entries
Retrieve a paginated list of Customer Blacklist entries
get/blacklist
Query parameters
sortDirection'ASC' | 'DESC' | 'asc' | 'desc'
Sort direction. Defaults to ASC.
sortBy'id' | 'createdAt' | 'updatedAt' | 'email'
Field to sort by. Defaults to createdAt.
Response
OK
Example response
{
"pagination": {
"mode": "offset",
"pageSize": 10,
"hasPreviousPage": true,
"page": 2,
"itemCount": 11,
"pageCount": 2
},
"data": [
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"email": "user@example.com",
"reason": "Fraudulent activity detected"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.