Return salons basic data

GET /book-online/salon/2909/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Fri, 10 Apr 2026 12:26:47 GMT
Vary: Accept

{
    "id": 2909,
    "name": "House of Klamer",
    "email": "info@houseofklamer.co.uk",
    "image": null,
    "address_line_1": "19a Penn Road",
    "address_line_2": "",
    "state": "",
    "postcode": "HP9 2PN",
    "timezone": "Europe/London",
    "skip_today": true,
    "salon_ncob_text": "",
    "phone": "+4401494671771",
    "needs_card": false,
    "ncob_deposit_settings": "null",
    "ncob_custom_amount": 0.0,
    "no_show_protection": false,
    "city": "Beaconsfield",
    "has_waitlist": false,
    "ncob_tiny_url": "https://tinyurl.com/y6pygxaw",
    "fb_details": {
        "fb_pixel_id": null
    },
    "ncob_stylists_count": 4,
    "group": null,
    "online_booking": true,
    "check_ncob_availability_until": 90,
    "book_ncob_with_same": false,
    "ncob_mode": "slick",
    "currency": "GBP",
    "country": {
        "code": "GB",
        "name": "United Kingdom"
    },
    "stripe_voucher_link": null,
    "can_take_voucher_payments": false,
    "ncob_welcome_message": null,
    "ncob_patch_test_copy": null,
    "redirect_after_ncob_booking": false,
    "salon_website_link": null
}