cURL
curl --request POST \ --url https://sigmaprod.sabipay.com/api/v1/transaction-monitoring/customers/device \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --header 'apiSecret: <api-key>' \ --data '{ "device": { "deviceId": "<string>", "manufacturer": "<string>", "model": "<string>", "name": "<string>", "osName": "<string>", "osVersion": "<string>" }, "customerId": "<string>" }'
{ "message": "Device saved successfully" }
POST api/v1/transaction-monitoring/customers/device
Save users device for transaction monitoring
The body is of type object.
object
Transaction monitoring result
The response is of type object.