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

object'list' required

Object type, always list

has_moreboolean required

Whether there are more results available

iteratorstring

Cursor for forward pagination

prev_iteratorstring

Cursor for backward pagination

can_writeboolean required

Whether the current actor may mutate webhook endpoints in this project

Changes