1. Locations
  • Getting Started
  • Locations
    • Location Attributes
      MARKDOWN
    • Photo specifications for your business location
      MARKDOWN
    • Star and Unstar Photos
      MARKDOWN
    • Create a new business location
      POST
    • Update business location
      POST
    • List all locations
      GET
    • List particular locations
      GET
    • Search locations
      GET
    • Get locations by store codes
      GET
    • Upload Photos to a Location
      POST
    • Check Bulk Photo Upload Status
      GET
    • Star/Unstar Location Photos
      POST
    • Delete Location Photos
      POST
    • Archive multiple locations
      POST
    • Cancel scheduled location archival
      POST
    • Activate archived locations
      POST
    • List Active Subscriptions
      GET
    • Get a list of supported countries and their states
      GET
    • Get SubCategories and AdditionalCategories
      GET
    • Get Site Details for Your Plan
      GET
  • Organizing locations
    • Organizing locations
      MARKDOWN
    • Create a new folder
      POST
    • List all folders
      GET
    • List all folders under an account in hierarchical structure
      GET
    • Get details of a folder
      GET
    • Rename a folder
      POST
    • Add locations to a folder
      POST
    • Remove locations from a folder
      POST
    • Delete a folder
      POST
    • List locations under a folder
      GET
    • List all tags
      GET
    • List locations by tags
      GET
    • Add location to a tag
      POST
    • Remove location from a tag
      POST
  • User Management
    • User Attributes
    • Create User with Role
    • List Users
    • List Users by ID
    • Add Locations to User
    • Add User and folder
    • List User Roles
    • Add folders to user
    • List User Resources
    • Update a User
    • Remove Folders for User
    • Remove Locations for User
  • Grid Rank
    • Local Rank Grid
    • Create Rank Grid Report
    • Fetch All Grid Reports for Location
    • Fetch Rank Grid Report By ID
  • Review Campaigns
    • Review Campaign Info Attributes
    • Create a review campaign
    • Add customers to a review campaign
    • List review campaigns
    • List review campaign customers
  • Listings
    • Listings
    • Listing Status Webhooks
    • Get premium listings
    • Get voice listings for a location
    • Get duplicate listings for a location
    • Get all duplicate listings for an account
    • Mark listings as duplicates
    • Mark listings as not duplicates
    • Get AI listings
  • Connected Accounts
    • Connected Accounts
    • Connect Google Profile to Account
    • Connect Facebook Page to Account
    • List all connected accounts
    • List folders under a Google account
    • Create GMB Listing
    • Disconnect GMB Profile
    • Disconnect Facebook Account
    • Fetch Connected Account Details
    • Trigger New Matches
    • List Connection Suggestions
    • Fetch Connected Account Listings
    • Confirm Connected Account Matches
    • Connect a location with a listing of a connected account
    • Disconnect Location from Listing
  • Rankings
    • Rankings Analytics Attributes
    • Add keywords
    • List Keywords
    • Get keywords performance
    • Archive a keyword
    • Get Rollup Keyword Performance
    • Get Rankings Distribution By Time
  • Profile Analytics
    • Profile Analytics
    • Get Bing Analytics
    • Get Facebook Page Analytics
    • Get Google My Business Analytics
  • Reviews
    • Reviews
    • Review Sources
      • Get a list of interaction sources for location
      • Get a list of interaction sources for account
      • Add / Edit interaction source
    • Fetch all interactions
    • List Interactions by IDs
    • Respond to an Interaction
    • Edit Response for Interaction
    • Archive Response for Interaction
    • Get Interaction Analytics
    • Add Review Widget
    • Edit Review Widget
  • Automations
    • Temporary Close Location with a reopening date
  • Error Codes
    • ERROR CODES
  1. Locations

Update business location

POST
https://api.synup.com/api/v4/locations/update

Update Location#

This API allows you to modify the attributes of an existing location within your account. It enables businesses to keep their location data up to date by updating key details such as address, contact information, business hours, categories, and other metadata.
Processing Time for Location Updates
Updates to location attributes including enabledSiteIds or submissionDisabledSiteIds, are processed asynchronously before they are accurately reflected across all publishers and within the system. Allow this time for updates to be reflected accurately.

Request

Header Params

Body Params application/json

Example

{
  "input": {
        "id": "TG9jYXRpb246MTE4MjcxOA==",
        "name": "Greenleaf Bakery 2",
        "businessHours": [
            {"day": "SUNDAY",
                        "slots": null,
                        "specialDate": null,
                        "type": "CLOSED"
                    },
                    {
                        "day": "MONDAY",
                        "slots": [
                            {
                                "end": "12:00pm",
                                "start": "08:00am"
                            },
                            {
                                "end": "06:00pm",
                                "start": "01:00pm"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "TUESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "WEDNESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "THURSDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "FRIDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SATURDAY",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SPECIAL",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": "2025-07-12",
                        "type": "OPEN"
                    }

        ]
              }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.synup.com/api/v4/locations/update' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "input": {
        "id": "TG9jYXRpb246MTE4MjcxOA==",
        "name": "Greenleaf Bakery 2",
        "businessHours": [
            {"day": "SUNDAY",
                        "slots": null,
                        "specialDate": null,
                        "type": "CLOSED"
                    },
                    {
                        "day": "MONDAY",
                        "slots": [
                            {
                                "end": "12:00pm",
                                "start": "08:00am"
                            },
                            {
                                "end": "06:00pm",
                                "start": "01:00pm"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "TUESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "WEDNESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "THURSDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "FRIDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SATURDAY",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SPECIAL",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": "2025-07-12",
                        "type": "OPEN"
                    }

        ]
              }
}'

Responses

🟢200OK
application/json
Location created successfully
Body

Examples
{
    "data": {
        "updateLocation": {
            "clientMutationId": null,
            "errors": null,
            "location": {
                "accountId": 16154,
                "additionalCategoryIds": [],
                "additionalInfo": null,
                "additionalPhones": [
                    "(415) 555-5678",
                    "(415) 555-9012"
                ],
                "archived": false,
                "archivedAt": null,
                "billingPeriod": null,
                "bizUrl": "https://www.greenleafbakery.com/",
                "bookingUrl": null,
                "businessHours": [
                    {
                        "day": "SUNDAY",
                        "slots": null,
                        "specialDate": null,
                        "type": "CLOSED"
                    },
                    {
                        "day": "MONDAY",
                        "slots": [
                            {
                                "end": "12:00pm",
                                "start": "08:00am"
                            },
                            {
                                "end": "06:00pm",
                                "start": "01:00pm"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "TUESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "WEDNESDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "THURSDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "FRIDAY",
                        "slots": [
                            {
                                "end": "06:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SATURDAY",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": null,
                        "type": "OPEN"
                    },
                    {
                        "day": "SPECIAL",
                        "slots": [
                            {
                                "end": "04:00pm",
                                "start": "08:00am"
                            }
                        ],
                        "specialDate": "2025-07-12",
                        "type": "OPEN"
                    }
                ],
                "categoryId": 1,
                "city": "San Francisco",
                "countryIso": "US",
                "customAttributes": [
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "bollean01",
                        "slug": "bollean01",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "KAM",
                        "slug": "kam",
                        "type": "STRING",
                        "value": [
                            ""
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "P_Test01",
                        "slug": "p_test01",
                        "type": "STRING",
                        "value": [
                            "one12"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "ABC",
                        "slug": "abc",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "NJL",
                        "slug": "njl",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "ZZZ",
                        "slug": "zzz",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "ALL",
                        "slug": "all",
                        "type": "STRING",
                        "value": [
                            "ss"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [
                            "gulab jamun",
                            "rasgulla",
                            "ras malai",
                            "jalebi"
                        ],
                        "name": "Dessets",
                        "slug": "dessets",
                        "type": "ENUM",
                        "value": [
                            "gulab jamun"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Attrs",
                        "slug": "attrs",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Attrs2",
                        "slug": "attrs2",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Toll-free Number",
                        "slug": "toll-free_number",
                        "type": "INTEGER",
                        "value": [
                            "80044637"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "amenities",
                        "slug": "amenities",
                        "type": "ARRAY",
                        "value": [
                            "wifi",
                            "wheelchair",
                            "welcoming ceremony"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "amenities02",
                        "slug": "amenities02",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Amenities-check",
                        "slug": "amenities-check",
                        "type": "BOOLEAN",
                        "value": [
                            "false"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [
                            "Atr1",
                            "atr2",
                            "atr3"
                        ],
                        "name": "Prod_Attribute",
                        "slug": "prod_attribute",
                        "type": "ENUM",
                        "value": [
                            "Atr1"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "wifi available",
                        "slug": "wifi_available",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "QQQQQQQ",
                        "slug": "qqqqqqq",
                        "type": "INTEGER",
                        "value": [
                            "123"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "int02",
                        "slug": "int02",
                        "type": "INTEGER",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Tasty",
                        "slug": "tasty",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "dhdop",
                        "slug": "dhdop",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Abstract",
                        "slug": "abstract",
                        "type": "ARRAY",
                        "value": [
                            "abs1",
                            "abs2",
                            "abs3"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Senior Hours Required?",
                        "slug": "senior_hours_required?",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "kafka_check_attribute",
                        "slug": "kafka_check_attribute",
                        "type": "ARRAY",
                        "value": [
                            "one",
                            "two",
                            "three"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Parking",
                        "slug": "parking",
                        "type": "BOOLEAN",
                        "value": [
                            "false"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "googlePlaceId",
                        "slug": "googleplaceid",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "hoursComments",
                        "slug": "hourscomments",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "isOpen",
                        "slug": "isopen",
                        "type": "BOOLEAN",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "has_bicycle_rack?",
                        "slug": "has_bicycle_rack?",
                        "type": "BOOLEAN",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [
                            "one",
                            "two"
                        ],
                        "name": "quick",
                        "slug": "quick",
                        "type": "ENUM",
                        "value": [
                            "one"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "instagramUrl",
                        "slug": "instagramurl",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "analyticsTrackingFireEvent",
                        "slug": "analyticstrackingfireevent",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "placeholderText",
                        "slug": "placeholdertext",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [
                            "FRND",
                            "MENMENMEN",
                            "BARNEY"
                        ],
                        "name": "TV",
                        "slug": "tv",
                        "type": "ENUM",
                        "value": [
                            "FRND"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "notificationEmails",
                        "slug": "notificationemails",
                        "type": "ARRAY",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "joinUrl",
                        "slug": "joinurl",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "account_att",
                        "slug": "account_att",
                        "type": "ARRAY",
                        "value": [
                            "1",
                            "2",
                            "4",
                            "3"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Post v2",
                        "slug": "post_v2",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "testingthetest",
                        "slug": "testingthetest",
                        "type": "INTEGER",
                        "value": [
                            "0"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "int0",
                        "slug": "int0",
                        "type": "INTEGER",
                        "value": [
                            "0"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "url_appointment",
                        "slug": "url_appointment",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Slug",
                        "slug": "slug",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "New Name",
                        "slug": "new_name",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "test200",
                        "slug": "test200",
                        "type": "STRING",
                        "value": [
                            "test test"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Name",
                        "slug": "name",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Test Department ",
                        "slug": "test_department_",
                        "type": "ARRAY",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Fresh Fish Section ",
                        "slug": "fresh_fish_section_",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Test 28 11 22",
                        "slug": "test_28_11_22",
                        "type": "STRING",
                        "value": [
                            "Test 28"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "blablacar",
                        "slug": "blablacar",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "requires temperature check customers",
                        "slug": "requires_temperature_check_customers",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Custom Tee Point",
                        "slug": "custom_tee_point",
                        "type": "STRING",
                        "value": [
                            "tess"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "appointment_required",
                        "slug": "appointment_required",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "requires masks customers",
                        "slug": "requires_masks_customers",
                        "type": "BOOLEAN",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "is black owned",
                        "slug": "is_black_owned",
                        "type": "BOOLEAN",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "BewAttribute",
                        "slug": "bewattribute",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Pets 2 ",
                        "slug": "pets_2_",
                        "type": "ARRAY",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "test214122",
                        "slug": "test214122",
                        "type": "STRING",
                        "value": [
                            "test2"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Test123",
                        "slug": "test123",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "ohiiiignore",
                        "slug": "ohiiiignore",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "yesnotest",
                        "slug": "yesnotest",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "account_leve_test_for_ext",
                        "slug": "account_leve_test_for_ext",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Custom location ID",
                        "slug": "custom_location_id",
                        "type": "STRING",
                        "value": []
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Account Attr",
                        "slug": "account_attr",
                        "type": "ARRAY",
                        "value": [
                            "one",
                            "two",
                            "three"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [
                            "b",
                            "a",
                            "c"
                        ],
                        "name": "enum01",
                        "slug": "enum01",
                        "type": "ENUM",
                        "value": [
                            "a"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Paneer Speciality",
                        "slug": "paneer_speciality",
                        "type": "STRING",
                        "value": [
                            "https://sy-media-store.s3-us-west-2.amazonaws.com/f5c4e13cfb1ad0bb962adf283472dc97/ba2a41b19668c5cba709dd63ff2e7f30/be9eafc1-78ca-4515-a164-005a28db4e69.jpg"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "welcomes_lgbtq",
                        "slug": "welcomes_lgbtq",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "Lgbtq+ friendly",
                        "slug": "lgbtq+_friendly",
                        "type": "BOOLEAN",
                        "value": [
                            "true"
                        ]
                    },
                    {
                        "archived": false,
                        "enumValues": [],
                        "name": "analyticsTrackingScript",
                        "slug": "analyticstrackingscript",
                        "type": "STRING",
                        "value": []
                    }
                ],
                "databaseId": 1182718,
                "description": "Greenleaf Bakery offers a delightful selection of organic and gluten-free baked goods. Our mission is to provide fresh, handmade pastries and cakes crafted with love and the finest ingredients. Visit us for a cozy experience and enjoy our special seasonal treats!",
                "facebookUrl": "https://www.facebook.com/GreenleafBakery/",
                "folderId": "401228fe-8ee9-4914-a08a-db7cda490ec9",
                "folderName": "root",
                "googleAdsPhone": "4155553456",
                "googleplusUrl": null,
                "hideAddress": false,
                "id": "TG9jYXRpb246MTE4MjcxOA==",
                "instagramUrl": "https://www.instagram.com/greenleafbakery/",
                "isRestaurant": false,
                "latitude": 37.8273838,
                "linkedinUrl": "https://www.linkedin.com/company/greenleafbakery",
                "locationPhotos": [],
                "longitude": -122.3699943,
                "moreHours": [],
                "name": "Greenleaf Bakery 2",
                "offeringsUrl": null,
                "ownerEmail": "info@greenleafbakery.com",
                "ownerName": "Emma Thompson",
                "package": "PREMIUM",
                "paymentMethods": [
                    "VISA",
                    "CASH"
                ],
                "phone": "4155551239",
                "pinterestUrl": "https://www.pinterest.com/greenleafbakery/",
                "planId": 86,
                "planName": "V2 Premium Slow + Fast Sites",
                "postalCode": "94107",
                "publisherAttributes": [],
                "reservationUrl": null,
                "serviceItems": [],
                "stateIso": "CA",
                "storeId": null,
                "street": "123 Maple Avenue 1",
                "street1": "Suite 2021",
                "subCategory": {
                    "databaseId": 10,
                    "id": "U3ViQ2F0ZWdvcnk6MTA=",
                    "name": "Climbing",
                    "primary": true
                },
                "subCategoryId": 10,
                "subCategoryName": "Climbing",
                "tagline": "Fresh. Organic. Delicious.",
                "tags": [
                    "all",
                    "uiuu",
                    "110331jan225"
                ],
                "temporarilyClosed": false,
                "tiktokUrl": null,
                "toplineMessage": null,
                "toplineMessageText": null,
                "twitterUrl": "https://twitter.com/GreenleafBakery",
                "videos": [],
                "yearOfIncorporation": 2015,
                "youtubeUrl": null
            },
            "success": true,
            "warnings": []
        }
    }
}
🟠400Bad Request
Modified at 2025-05-23 06:55:42
Previous
Create a new business location
Next
List all locations
Built with