curl --request GET \
--url https://api.shoppex.io/dev/v1/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"uniqid": "<string>",
"type": "EMAIL",
"data": "<string>",
"note": "<string>",
"created_at": 123,
"updated_at": 123
}
}Returns a single blacklist entry by ID
curl --request GET \
--url https://api.shoppex.io/dev/v1/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"uniqid": "<string>",
"type": "EMAIL",
"data": "<string>",
"note": "<string>",
"created_at": 123,
"updated_at": 123
}
}