Outputs
Create a New Output
Create one or more outputs for the bucket to start forwarding webhooks to those destinations.
post/v1/buckets/{bucketID}/outputs
Request body
Example request
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}Response
Created
Example response
{
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.