Contents

declaration/activation/{identifier}

The endpoint for fetching an activation declaration.

URL

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

Path Parameters

NameTypeDescription
identifier Requiredstring

The identifier of the activation declaration to fetch.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
DeclarationResponse

The details of the activation declaration.

404Not Found

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

See Also

Declaration Endpoints