Skip to main content
POST
Invoke a durable case action

Authorizations

X-API-Key
string
header
required

A tenant-scoped API key provisioned by Frayme.

Path Parameters

caseId
string
required

The case identifier returned by POST /cases.

brokerId
string
required

The broker that owns the action (e.g. sumsub).

action
string
required

The action id (from GET /cases/{caseId}/actions).

Body

application/json

An empty body is valid for actions that take no parameters.

params
object

Action-specific parameters. See the provider's page.

Response

Action performed; output carries its result.

output
object

Action-specific output fields.