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