Contents

ClientConfigResponse

The response that contains the client configuration.

Declaration

object ClientConfigResponse

Properties

NameTypeDescription
countryISO2ACodestring

The ISO alpha-2 country code that designates the organization’s location.

defaultPlatformstring

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).

notificationUrlstring

The current URL to post notifications to.

subscribedNotificationTypes[string]

The set of currently subscribed notification types.

websiteURLstring

The current website URL for the specified platform.

mdmInfoMdmInfo

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.

notificationAuthTokenstring

The current shared secret that the server returns in the Authorization header of notifications.

tokenExpirationDatestring

The token’s expiration date in an ISO-8601 format.

Note: The server shows all dates and times in UTC.

uIdstring

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.

locationNamestring

The current name of the library.

Discussion

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

Topics

Content Metadata

See Also

Request and Response