SENTINEL LINKWAIT
0 logs
timemerchantloc
no logs yet
curl -X POST /api/sentinel -H "Content-Type: application/json" -d '{"amount": "1.00", "merchant": "test"}'
debug helper
curl command
curl -X POST https://sentinel-test.rayan05.poke.site/api/sentinel \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "19.99",
    "card": "Visa *1234",
    "merchant": "Apple Store",
    "latitude": 37.7749,
    "longitude": -122.4194,
    "ip": "192.168.1.1",
    "ssid": "Home WiFi",
    "isLocked": false,
    "timestamp": "2026-07-08T14:30:00"
  }'
sample JSON
{
  "amount": "19.99",
  "card": "Visa *1234",
  "merchant": "Apple Store",
  "latitude": 37.7749,
  "longitude": -122.4194,
  "ip": "192.168.1.1",
  "ssid": "Home WiFi",
  "isLocked": false,
  "timestamp": "2026-07-08T14:30:00"
}
Shortcut config checklist
01
Set URL variable: https://sentinel-test.rayan05.poke.site/api/sentinel
02
Set Method: POST
03
Set Headers: Content-Type: application/json
04
Set Request Body (JSON): {"amount": "Current Amount", "card": "***1234", "merchant": "Store Name", "latitude": Current Latitude, "longitude": Current Longitude, "ip": "Current IP", "ssid": "Current SSID", "isLocked": true/false, "timestamp": "Current Date"}
05
Add 'Get Contents of URL' action: with the above config
06
Map variables from Shortcut input: or use Shortcut's built-in actions (Get Battery Level, Get IP, etc.)