Sites
Retrieve the mobile pass customisation
Retrieves the mobile pass customisation for the given site. The customisation controls the visual appearance of digital wallet passes (Apple Wallet / Google Wallet) issued to members.
get/customers/sites/{siteId}/mobile-pass-customisation
Response
The mobile pass customisation for the site was successfully retrieved or updated.
Example response
{
"data": {
"icon_id": "000000-000000-000000-000000",
"icon": {
"file_name": "super-cool-photo.jpg",
"mime_type": "image/jpeg",
"original_url": "https://example.com/media/super-cool-photo.jpg",
"size": 84256,
"url": "https://example.com/media/super-cool-photo-thumbnail@2x.jpg"
},
"logo_id": "000000-000000-000000-000000",
"logo": {
"file_name": "super-cool-photo.jpg",
"mime_type": "image/jpeg",
"original_url": "https://example.com/media/super-cool-photo.jpg",
"size": 84256,
"url": "https://example.com/media/super-cool-photo-thumbnail@2x.jpg"
},
"strip_id": "000000-000000-000000-000000",
"strip": {
"file_name": "super-cool-photo.jpg",
"mime_type": "image/jpeg",
"original_url": "https://example.com/media/super-cool-photo.jpg",
"size": 84256,
"url": "https://example.com/media/super-cool-photo-thumbnail@2x.jpg"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.