List blocked entities
curl --request GET \
--url https://api.txcloud.io/v1/fraud/blocklist \
--header 'Authorization: Bearer <token>'{
"object": "<string>",
"data": [
{
"id": "<string>",
"value": "<string>",
"reason": "<string>",
"expires_at": "2023-11-07T05:31:56Z"
}
]
}Blocklist
List blocked entities
GET
/
fraud
/
blocklist
List blocked entities
curl --request GET \
--url https://api.txcloud.io/v1/fraud/blocklist \
--header 'Authorization: Bearer <token>'{
"object": "<string>",
"data": [
{
"id": "<string>",
"value": "<string>",
"reason": "<string>",
"expires_at": "2023-11-07T05:31:56Z"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
device, ip, email, phone, document ⌘I