Get the list of registered devices pass to update
GET
/wallet/apple-web-service/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}
curl \
--request GET 'https://domain.tld/api/v2/wallet/apple-web-service/v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"serialNumbers": [
"123456",
"789012"
],
"lastUpdated": "2023-10-01T12:00:00Z"
}
Response examples (401)
{
"message": "Unauthorized."
}