Block device
curl --request POST \
--url https://api.txcloud.io/v1/fraud/devices/{id}/block \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"expires_in": 123
}
'Devices
Block device
POST
/
fraud
/
devices
/
{id}
/
block
Block device
curl --request POST \
--url https://api.txcloud.io/v1/fraud/devices/{id}/block \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"expires_in": 123
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
200
Device blocked
⌘I