Retrieve Webhooks
Retrieve all webhook that are set up to receive events for specific URLs or phone numbers.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
identifiers
List of URLs or phone numbers in E.164 format that the webhook is attached to.
Limit: 1 min
Response
Returns all webhooks matching the search criteria.
Results are sorted by ID and duplicates are removed. This identifier is a string that always begins with the prefix wh_, for example: wh_1234567890.
webhooks
List of webhooks.

