FruxonDocs
IntegrationsWebhooks

List subscriptions for a given webhook.

Returns every subscriber currently attached to the webhook, with subscriber type, target ID, and event filter. Use this to audit what will fire when the inbound URL is hit.

GET
/v1/tenants/{tenant}/webhooks/{webhookId}/subscriptions
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

webhookId*string

The webhook ID.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/subscriptions"
[
  {
    "id": "string",
    "webhookId": "string",
    "subscriberType": "string",
    "subscriberId": "string",
    "eventFilter": "string",
    "config": {},
    "createdAt": 0,
    "modifiedAt": 0
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}