Webhook configurations enable organizations to receive real-time event notifications via HTTP callbacks. Organizations can configure webhook endpoints to receive notifications about events such as project or offering, creation or changes. Each webhook includes a secret key for validating the authenticity of incoming requests.
Returns the webhook subscribers for the organization.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/webhook-subscribers
- Production Serverhttps://api.getparallax.com/v1/webhook-subscribers
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/webhook-subscribers?page=0&page_size=0' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }