---
title: ClientConfigRequest
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/clientconfigrequest
---

# ClientConfigRequest

The request for the client configuration.

## Declaration

```data
object ClientConfigRequest
```

## Properties

notificationTypes: The complete set of notification types to which MDM subscribes. notificationUrl: The URL to which subscribed notifications POST. This URL should only include a host and path. mdmInfo: This value is returned by the server on all subsequent responses, and MDM uses it to ensure that no other MDM manages the same organization. notificationAuthToken: The bearer token that the server provides in the Authorization header of notifications. This is a shared secret between you and the server to verify that incoming notifications are from Apple.

## Mentioned in

Subscribing to notifications Upgrading to the new management API

## Topics

### Objects and Data Types

- [MdmInfo](devicemanagement/mdminfo.md)

## See Also

### Request and Response

- [ClientConfigResponse](devicemanagement/clientconfigresponse.md)
- [ErrorResponse](devicemanagement/errorresponse.md)
