Invoke a durable case action
Invoke a durable action on a case, scoped to the broker that owns it.
Requires the cases:callback scope.
Each invocation is an independent vendor call — there is no
idempotency, so a retry mints a new artifact. Use the returned value
rather than calling again “to be safe”. The applicant is re-resolved from
the case’s external_customer_id, so the case must have been submitted
with one.
Authorizations
A tenant-scoped API key provisioned by Frayme.
Path Parameters
The case identifier returned by POST /cases.
The broker that owns the action (e.g. sumsub).
The action id (from GET /cases/{caseId}/actions).
Body
An empty body is valid for actions that take no parameters.
Action-specific parameters. See the provider's page.
Response
Action performed; output carries its result.
Action-specific output fields.