List webhook encryption keys
Webhooks
List webhook encryption keys
List encryption keys registered for a webhook endpoint belonging to the authenticated organization.
GET
List webhook encryption keys
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook endpoint whose keys should be listed (e.g. whe_...).
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$Query Parameters
Filter keys by active state. If omitted, both active and inactive keys are returned.
Maximum number of keys to return. Defaults to 10 if not specified.
Required range:
1 <= x <= 100Cursor of the last item from the previous page. When provided, the next page of results will be returned.
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$