{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Card Webhook Simulations API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Card Webhook Simulations", "type": "folder" }, "items": [ { "info": { "name": "Simulate Card Fulfillment Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/cards/:card_id/webhook_simulations/fulfillment", "params": [ { "name": "card_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is for testing environment only to trigger a simulated change in card fulfillment status event\n" } ] } ], "bundled": true }