Contents

declaration/management/{identifier}

The endpoint for fetching a management declaration.

URL

PUT https://yourmdmhost.example.com/checkin#declaration-management-identifier

Path Parameters

NameTypeDescription
identifier Requiredstring

The identifier of the management declaration to fetch.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
DeclarationResponse

The details of the management declaration.

404Not Found

The system doesn’t support the management declaration with the specified identifier.

See Also

Declaration Endpoints