Skip to main content
POST
Verify a flow

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

flowId
string<uuid>
required

Body

application/json
invocationId
string<uuid>
required

Client-supplied idempotency key. A repeat request for the same (flow, invocationId) returns the existing verification run (deduplicated: true, HTTP 200) instead of enqueuing another.

deviceId
string<uuid>

Device to run the verification on. Must be one the flow is bound to. Optional only when the flow is bound to exactly one device (that device is used); otherwise required.

payload
object

Response

Verification run already existed (deduplicated)

data
object
required