Skip to main content
POST
/
simulate
/
notifications
/
product-updates
Simulate product update notification
curl --request POST \
  --url https://api.stabyl.com/v1/simulate/notifications/product-updates
{
  "data": {
    "notification_key": "product_update_0197f1f0",
    "product_update_id": "0197f1f0-0000-7000-8000-000000000007",
    "state": "created"
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stabyl.com/llms.txt

Use this file to discover all available pages before exploring further.

Simulation endpoints are available only outside production. Use them to test integration behavior without moving real funds.

Response

Simulated product update created

data
object
required

Result returned after creating a non-production product update notification.

Example:
{
"notification_key": "product_update_019d1a2a-ec7a-7e51-a488-b001931e0faa",
"product_update_id": "019d1a2a-ec7a-7e51-a488-b001931e0faa",
"state": "created"
}
status
enum<string>
required
Available options:
success