Sites
Retrieve a ShopSite
Use this endpoint to retrieve a single ShopSite.
get/shop/sites/{siteId}
Response
The ShopSite was successfully retrieved.
Example response
{
"data": {
"basket_confirmed_email_message": "<p>We look forward to seeing you. If anything changes,\n<a href=\"mailto:hello@example.com\">get in touch</a>.</p>\n",
"country_code": "GB",
"currency": "GBP",
"email_from_address": "spa@example.com",
"email_settings": {
"follow_up_emails_time": "15:00",
"reminder_emails_time": "15:00"
},
"intake_form_questionnaire_id": "5f1234567890abcdef123456",
"locale": "en",
"name": "Palm Tree Spa",
"privacy_policy": "We process your personal data in accordance with GDPR. See our full\nprivacy notice at https://example.com/privacy.\n",
"scheduling_week_interval": 2,
"scheduling_week_interval_start": "2026-01-05T00:00:00Z",
"terms": "Bookings are subject to our cancellation policy. Full terms at\nhttps://example.com/terms.\n",
"timezone": "Europe/London",
"organisation": {
"name": "Palm Tree Holdings Ltd."
}
}
}