Skip to main content
POST
/
cases
/
{caseId}
/
callbacks
/
{callbackRef}
Deliver an external callback
curl --request POST \
  --url https://core.us.api.frayme.io/cases/{caseId}/callbacks/{callbackRef} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "error": "<string>"
}

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.

callbackRef
string
required

The one-time callback token from the dispatch payload.

Body

application/json

A free-form JSON object the workflow node consumes.

Response

Callback accepted.