Buckets

List All Buckets

get/v1/buckets

Response

Successful Response

idstring
created_atinteger
updated_atinteger
namestring
descriptionstring
suspendedboolean

Indicates that webhooks will not be received due to quota limits

streamboolean

Enable/disabled streaming to WebSocket clients from this bucket

ephemeralboolean

If ephemeral is enabled, Webhook Relay will not persist request body, headers or response details

Example response

[
  {
    "inputs": [
      {
        "headers": {
          "Content-Type": [
            "JSON"
          ],
          "Foo": [
            "Bar"
          ]
        }
      }
    ],
    "outputs": [
      {
        "headers": {
          "Content-Type": [
            "JSON"
          ],
          "Foo": [
            "Bar"
          ]
        }
      }
    ]
  }
]

Changes