Webhooks V2
List Webhook Endpoints
Returns a list of webhook endpoints for the project. Supports pagination. Requires webhooks:read scope.
get/v2/projects/{project_id}/webhook_endpoints
Path parameters
project_idstring required
Project ID
Project ID
Query parameters
limitstring
Maximum number of items to return (1-100, default: 20)
Maximum number of items to return (1-100, default: 20)
iteratorstring
format'superwall' | 'superwall_v2'
Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.
Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.
Response
Success