---
title: WebhookCreateRequest.Data.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/webhookcreaterequest/data-data.dictionary/attributes-data.dictionary
---

# WebhookCreateRequest.Data.Attributes

Attributes that describe a webhook create request resource.

## Declaration

```data
object WebhookCreateRequest.Data.Attributes
```

## Properties

enabled: eventTypes: name: secret: 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: The endpoint URL for your server.

## Mentioned in

Configuring and parsing App Store Connect API webhook notifications
