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.
identifierslist of stringsRequired
List of URLs or phone numbers in E.164 format that the webhook is attached to.

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.

webhookslist of objects
List of webhooks.

Errors