Run a named scenario on a sandbox kit
POST/api/v1/sandbox/kits/:kitID/simulate
Jumps a mock kit straight to a named milestone — a convenience over
POST /api/v1/sandbox/kits/{kitID}/advance when you don't need to step through each status.
Scenarios at or beyond registered require metadata (registration details) unless the kit
is already registered. Requires a sandbox API token (403 otherwise).
Request
Responses
- 200
- 400
- 403
- 404
Kit advanced to scenario
Invalid scenario or missing registration metadata
Not a sandbox API token
Sandbox kit not found for this business