Get device history
curl --request GET \
--url https://api.txcloud.io/v1/fraud/devices/{id}/history \
--header 'Authorization: Bearer <token>'{
"device_id": "<string>",
"data": [
{}
]
}Devices
Get device history
GET
/
fraud
/
devices
/
{id}
/
history
Get device history
curl --request GET \
--url https://api.txcloud.io/v1/fraud/devices/{id}/history \
--header 'Authorization: Bearer <token>'{
"device_id": "<string>",
"data": [
{}
]
}⌘I