Flow Callbacks

List Flow Callbacks

get

Retrieves a paginated list of callbacks for a specific flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/flows/{flow}/callbacks

Create Flow Callback

post

Creates a new callback trigger for a specific flow.

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

status

format

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

Body
statusstring · enumOptionalPossible values:
formatstring · enumOptionalPossible values:
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/flows/{flow}/callbacks

Update Flow Callback

put

Updates an existing callback for a specific flow.

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

status

format

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

callbackstringRequired

The callback identifier.

Body
statusstring · enumOptionalPossible values:
formatstring · enumOptionalPossible values:
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/flows/{flow}/callbacks/{callback}

Delete Flow Callback

delete

Permanently deletes a specific callback for a specific flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

callbackstringRequired

The callback identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/flows/{flow}/callbacks/{callback}

Last updated

Was this helpful?