WebhookCreateRequest.Data.Attributes
Attributes that describe a webhook create request resource.
Declaration
object WebhookCreateRequest.Data.AttributesProperties
| Name | Type | Description |
|---|---|---|
enabled Required | boolean | |
eventTypes Required | [WebhookEventType] | |
name Required | string | |
secret Required | string | 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 Required | uri | The endpoint URL for your server. |