Get a location by ID.

GET /api/v1/location/dd527431-34ae-4707-be29-29738953a6a4/public-detail/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": 200,
    "message": "",
    "success": true,
    "data": {
        "id": "dd527431-34ae-4707-be29-29738953a6a4",
        "name": "Dental Care Acworth",
        "streetAddress": "",
        "city": "",
        "state": "",
        "postalCode": "",
        "is_virtual": false,
        "organization_id": "6c1dc336-fbad-4b9f-8789-beaaa942119f",
        "enable_voice_mode": false,
        "time_zone": "America/Detroit",
        "agent": {
            "id": "cea82a62-1541-4500-a290-3213e4f5aceb",
            "name": "Dental Care Acworth Kolla",
            "location_id": "dd527431-34ae-4707-be29-29738953a6a4",
            "disabled_response": false
        },
        "chatbot_name": "Amanda",
        "chatbot_greeting_message": null,
        "phone_number": "+14704709650",
        "web_scheduler_config": {
            "required_fields": {
                "firstName": true,
                "lastName": true,
                "email": false,
                "phone": true,
                "dob": true,
                "insurance": false,
                "additionalDetails": false
            },
            "optional_fields": {
                "firstName": false,
                "lastName": false,
                "email": false,
                "phone": false,
                "dob": false,
                "insurance": false,
                "additionalDetails": false
            },
            "screener_question": {
                "enabled": false,
                "question": "",
                "if_yes": {
                    "action": "allow",
                    "message": ""
                },
                "if_no": {
                    "action": "allow",
                    "message": ""
                }
            },
            "appointment_types_enabled": false,
            "appointment_types": [],
            "provider_selection_enabled": false,
            "provider_profiles": [],
            "confirmation_sms_custom_enabled": false,
            "confirmation_sms_message": "",
            "branding": {
                "branding_enabled": false,
                "header_logo_url": "",
                "header_logo_alt": "Logo",
                "header_logo_height": 50,
                "show_location_name_in_header": false,
                "location_name_font_size": 22,
                "header_tagline": "",
                "header_tagline_font_size": 14,
                "footer_logo_url": "",
                "footer_logo_alt": "Logo",
                "footer_logo_height": 30,
                "show_contact_info_in_footer": true,
                "footer_contact_font_size": 14,
                "footer_phone": "",
                "footer_address": "",
                "font_style": "SF Pro Display, Inter, Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
                "font_color": "#333333"
            }
        },
        "is_web_scheduler_enabled": false,
        "practice_details": {
            "address": "Five - five - five - two - Robin - Road - Suite  A, - Acworth, -  GA - three zero one zero two",
            "contactInfo": "The office website is dentist… in… Acworth… dot… com."
        },
        "scheduler_config": {
            "locations": [],
            "appointment_types_by_facility": {}
        },
        "sync_type": "kolla"
    },
    "errors": null
}