GET
/
webhooks
/
configurations
curl --request GET \
  --url https://api-sandbox.orum.io/webhooks/configurations \
  --header 'Authorization: Bearer <token>' \
  --header 'Orum-Version: <orum-version>'
{
  "webhook_configurations": [
    {
      "id": "<string>",
      "enterprise_name": "<string>",
      "data_version": "v2022-09-21",
      "event_types": [
        "subscribe_all"
      ],
      "enabled": true,
      "url": "<string>",
      "created_at": "<string>",
      "created_by": "<string>",
      "updated_at": "<string>",
      "updated_by": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Orum-Version
enum<string>
required

Version of Deliver API. Use v2022-09-21.

Available options:
v2022-09-21

Response

200 - application/json
200 response.
webhook_configurations
object[]
required

An array of webhook configurations.