---
title: "declaration/asset/{identifier}"
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/declaration-asset-_identifier_
---

# declaration/asset/{identifier}

The endpoint for fetching an asset declaration.

## URL

PUT https://yourmdmhost.example.com/checkin

## Path Parameters

identifier: The identifier of the asset declaration to fetch.

## Response Codes

200 OK: The details of the asset declaration. 404 Not Found: The system doesn’t have an asset with the specified identifier.

## See Also

### Declaration Endpoints

- [declaration/activation/{identifier}](devicemanagement/declaration-activation-_identifier_.md)
- [declaration/configuration/{identifier}](devicemanagement/declaration-configuration-_identifier_.md)
- [declaration/management/{identifier}](devicemanagement/declaration-management-_identifier_.md)
