Simulate a session action (sandbox only)
Simulate a session action (sandbox only)
Simulates a lifecycle action on a sandbox session. Creates verification
results and fires webhooks exactly as the real flow would, so you can
test your integration end-to-end without real documents.
**Sandbox API keys only.** Returns 403 if called with a live key.
Supported actions:
- `approve` — Marks the session completed with an approved result.
- `decline` — Marks the session completed with a rejected result.
- `require-review` — Flags the session for manual review.
- `expire` — Expires the session.