Working with Sandbox
Simulate the full kit journey in sandbox - either by driving lifecycle events directly with the simulate endpoint, or by walking the realistic supplier flow with kit activation - then fetch and acknow
Option 1: The simulate endpoint
curl --request POST \
'https://vantage-sandbox.tryterra.co/api/v1/orders/251285377984405504/simulate' \
-u 'YOUR_DEV_ID:YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{ "event": "delivery_fulfilled" }'{ "order_id": "251285377984405504", "applied_event": "delivery_fulfilled" }Option 2: The simulated supplier flow
1. Shipping
2. Kit activation (end-user step)


3. Lab processing and results
4. Fetching results
5. Acknowledge the results
Last updated
Was this helpful?