---
title: Retrieve the registrations for a device
framework: walletorders
role: symbol
role_heading: Web Service Endpoint
path: walletorders/retrieve-the-registrations-for-a-device
---

# Retrieve the registrations for a device

Retrieves the identifiers of the orders that the device registered for.

## URL

GET https://your-web-service.com/v1/devices/{deviceIdentifier}/registrations/{orderTypeIdentifier}?ordersModifiedSince={lastModified}

## Path Parameters

orderTypeIdentifier: The order type identifier of the order. This value corresponds to the value of the orderTypeIdentifier key of the Order. deviceIdentifier: A unique identifier used to recognize and authenticate the device.

## Query Parameters

lastModified: The value of the lastModified key from the response to a previous request. This value limits the results of the current request to the orders modified since the previous request.

## Response Codes

200 Matching Orders: The request was successful and the response includes the identifiers for the matching orders. 204 No Matching Orders: There are no matching orders.

## See Also

### Essentials

- [Creating the source for an order](walletorders/creating-the-source-for-an-order.md)
- [Building a distributable order package](walletorders/building-a-distributable-order-package.md)
- [Retrieve the latest version of an order](walletorders/retrieve-the-latest-version-of-an-order.md)
- [Order](walletorders/order.md)
- [Example Order Packages](walletorders/example-order-packages.md)
