API Reference
Force verify a tracking reference
Immediately completes verification for a given tracking reference, bypassing normal Phase 2 processing.
Use this when Phase 2 stalls in staging and the RISK_ASSESSMENT_UPDATED webhook does not arrive after 5 minutes.
This endpoint is available in staging only.
Note: This permanently advances verification state. Use a fresh tracking reference for each test run.
Path Parameters
trackingReference*string
The tracking reference UUID returned by the invite endpoint
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
text/plain
text/plain
curl -X POST "https://example.com/test/tracking/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify" \ -H "Content-Type: application/json" \ -d '{}'Empty
"string"Empty
"string"Empty