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"
}

Authorizations

apiKey
string
header
required
apiSecret
string
header
required

Body

application/json

Save users device for transaction monitoring

The body is of type object.

Response

200
application/json

Transaction monitoring result

The response is of type object.