Get webhook subscriptions

Get all webhook subscriptions for an entity

Authentication

AuthorizationBearer

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

Query Parameters

entityIdstringRequired
Entity ID to get subscriptions for

Response

Webhook subscriptions retrieved successfully
successboolean or null
subscriptionslist of objects or null

Errors