---
title: ClientConfigResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/clientconfigresponse
---

# ClientConfigResponse

The response that contains the client configuration.

## Declaration

```data
object ClientConfigResponse
```

## Properties

countryISO2ACode: The ISO alpha-2 country code that designates the organization’s location. defaultPlatform: The value that the MDM client passes for the platform parameter in the contentMetadataLookup request. For more information about how the MDM client queries metadata by using contentMetadataLookup, see Getting app and book information (Legacy). notificationUrl: The current URL to post notifications to. subscribedNotificationTypes: The set of currently subscribed notification types. websiteURL: The current website URL for the specified platform. mdmInfo: The current information for the provided token. The response only includes this field when the MDM client sets a value using the Client Config endpoint. notificationAuthToken: The current shared secret that the server returns in the Authorization header of notifications. tokenExpirationDate: The token’s expiration date in an ISO-8601 format. Note: The server shows all dates and times in UTC. uId: The unique library identifier. When querying records using multiple tokens that may share libraries, use the uId field to filter duplicates and avoid double-counting records when different content managers upload duplicate tokens. locationName: The current name of the library.

## Discussion

Discussion Client config should be checked regularly in order to verify expected values for the various fields.

## Topics

### Content Metadata

- [Apps and books metadata for organizations](devicemanagement/apps-and-books-metadata-for-organizations.md)

## See Also

### Request and Response

- [ClientConfigRequest](devicemanagement/clientconfigrequest.md)
- [ErrorResponse](devicemanagement/errorresponse.md)
