Get a location by ID.

GET /api/v1/location/ea94267a-3254-4c91-86f7-f748943db4db/public-detail/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": 200,
    "message": "",
    "success": true,
    "data": {
        "id": "ea94267a-3254-4c91-86f7-f748943db4db",
        "name": "Duluth Dental Studio",
        "streetAddress": "3575 Koger Blvd, Suite 160",
        "city": "Duluth",
        "state": "GA",
        "postalCode": "30096",
        "is_virtual": false,
        "organization_id": "6c1dc336-fbad-4b9f-8789-beaaa942119f",
        "enable_voice_mode": false,
        "time_zone": "America/Detroit",
        "agent": {
            "id": "6fab97a1-2964-468f-9c66-de3f3532b132",
            "name": "Duluth Dental Studio Kolla",
            "location_id": "ea94267a-3254-4c91-86f7-f748943db4db",
            "disabled_response": false
        },
        "chatbot_name": "Amanda",
        "chatbot_greeting_message": null,
        "phone_number": "+14705245189",
        "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": true,
        "practice_details": {
            "address": "Three - five - seven - five - Koger - Boulevard - Suite   one - six - zero, - Duluth, -  GA - three zero zero nine six"
        },
        "scheduler_config": {
            "locations": [],
            "appointment_types_by_facility": {}
        },
        "sync_type": "kolla"
    },
    "errors": null
}