Contents

WebhookCreateRequest.Data.Attributes

Attributes that describe a webhook create request resource.

Declaration

object WebhookCreateRequest.Data.Attributes

Properties

NameTypeDescription
enabled Requiredboolean

eventTypes Required[WebhookEventType]

name Requiredstring

secret Requiredstring

An arbitrary string. Alternative marketplaces use this secret string to verify incoming requests from Apple about changes to apps. For more information about webhook-style validation, see Github’s Validating webhook deliveries. For more information about implementing Hash-based Message Authentication Code (HMAC) security in your notifications webhook, see the “Set up notification authentication” section of Configuring and parsing App Store Connect API webhook notifications.

url Requireduri

The endpoint URL for your server.

Mentioned in