| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

### Notification Configuration

- **account_id**  
  `string`  
  **required**  
  ID of the Account

- **notification_type**  
  `string`  
  **required**  
  The event type to create a configuration for.

- **time_offset**  
  `string`  
  Time offset from the originating event to schedule the webhook for. Mutually exclusive with periodic intervals.

- **time**  
  `string`  
  The time of day when the webhook callback will be scheduled.

- **time_zone**  
  `string`  
  The time-zone used when scheduling the webhook callback.

- **periodic_interval**  
  `string`  
  enum  
  The interval at which the webhook callback will automatically be rescheduled as long as its conditions to be sent are met. Mutually exclusive with time offset.

Allowed:
  
  `DAILY``WEEKLY`

### Response Codes

- **200**  
  Notification Configuration

- **401**  
  Unauthorized.

- **403**  
  Forbidden.

- **422**  
  Invalid input

- **429**  
  Too many requests.

- **default**  
  Unexpected Error.

### Example Request

```shell
curl --request PUT \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts/account_id/notification_config \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

---
