declaration/activation/{identifier}
The endpoint for fetching an activation declaration.
URL
PUT https://yourmdmhost.example.com/checkin#declaration-activation-identifierPath Parameters
| Name | Type | Description |
|---|---|---|
identifier Required | string | The identifier of the activation declaration to fetch. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | DeclarationResponse | The details of the activation declaration. |
| 404 | Not Found | The system doesn’t support the activation declaration with the specified identifier. |