Skip to main content

Get a specific webhook

GET 

/v1/organizations/:organizationId/projects/:projectId/webhooks/:webhookId

Get a specific webhook

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    webhookId stringrequired

Responses

Webhook retrieved

Schema
    id stringrequired
    name stringrequired
    url stringrequired
    events string[]required

    Possible values: [purchase_started, purchase_created, purchase_updated, purchase_consumed, purchase_acknowledged, subscription_purchase_created, subscription_purchase_updated, subscription_purchase_acknowledged, purchase_receipt_validation, user_created]

    secret stringrequired
    active booleanrequired
Loading...