cURL
curl --request POST \ --url https://sigmaprod.sabipay.com/api/v1/transaction-monitoring/blacklist-device \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --header 'apiSecret: <api-key>' \ --data '{ "transactionId": "<string>" }'
{ "message": "Device blacklisted" }
POST api/v1/transaction-monitoring/blacklist-device
DELETE
DELETE api/v1/transaction-monitoring/blacklist-device/{transactionId}
Blacklist device payload
The body is of type object.
object
Blacklist device result
The response is of type object.