Execute an Inline Hook
POST {{baseUrl}}/api/v1/inlineHooks/:inlineHookId/execute
Executes the inline hook by inlineHookId
using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"commands":[{"type":"cupidatat nostrud enim et","value":[{"op":"non","path":"id minim ut sit reprehenderit","value":"ut ipsum"},{"op":"esse Lorem","path":"Ut","value":"cillum dolor"}]},{"type":"cupidatat in","value":[{"op":"commodo exercitation consequat dolore","path":"mollit eiusmod Ut","value":"ea laboris veniam"},{"op":"in","path":"amet elit sint labori","value":"quis in voluptate"}]}]}