Skip to main content

Get subscriptions

Required scopes:

  • partner.webhooks.manage
Responses
200

Success

Schema OPTIONAL
object[]
id uuid

Id of the subscription in GUID format

webhookUrl string

Webhook HTTPS endpoint url.

webhookVersion string

Possible values: [v1]

Version that will be used when formatting the webhook payload.

enabled boolean

Flag for enabling/disabling the subscription. If subscription is disabled the webhook won't be triggered for the respective event types.

created date-time

Time at which subscription has been created.

eventTypes string[]

List of event types for the subscription. Each time that some event type from the list occurs, the webhook will be triggered.