Skip to main content
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>",
      "type": "device",
      "value": "<string>",
      "reason": "<string>",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
Available options:
device,
ip,
email,
phone,
document
limit
integer

Response

200 - application/json

Blocked entities

object
string
data
object[]