Flow Webhooks
Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
flowstringRequired
The flow identifier.
Body
statusstring · enumOptionalPossible values:
bodystring · nullableOptional
formatstring · enumOptionalPossible values:
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/flows/{flow}/webhooksAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
flowstringRequired
The flow identifier.
webhookstringRequired
The webhook identifier.
Body
statusstring · enumOptionalPossible values:
bodystring · nullableOptional
formatstring · enumOptionalPossible values:
hmac_algorithmstring · nullableOptional
hmac_secret_keystring · max: 128 · nullableOptional
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
put
/api/v1/flows/{flow}/webhooks/{webhook}Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
flowstringRequired
The flow identifier.
webhookstringRequired
The webhook identifier.
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
delete
/api/v1/flows/{flow}/webhooks/{webhook}Last updated
Was this helpful?