Create Location

Create a new location for a website. This location will be apart of the additional_locations object that is returned from a site's content library.

{
 "phones": [
  {
   "phoneNumber": "123-123-4321",
   "label": "Main Phone"
  },
  {
   "phoneNumber":"123-123-5321",
   "label":"Scheduling"
  }
 ],
 "emails": [
  {
   "emailAddress":"[email protected]",
   "label":"Colorado Office Email"
  }
 ],
 "label": "Duda Colorado - Goosetail Labs",
 "social_accounts": {
  "facebook":"duda",
  "twitter":"dudamobile"
 },
 "address": {
  "streetAddress":"197 S 104th St C",
  "city":"Louisville",
  "postalCode":"80027",
  "country":"US"
 },
 "logo_url": "https://www.duda.co/developers/REST-API-Reference/images/duda.svg",
 "business_hours":  [
   {
    "days": [
     "MON",
     "TUE",
     "WED",
     "THU",
     "FRI"
    ],
    "open": "09:00",
    "close": "18:00"
   }
  ]
}

📘

Duda expects a JSON object describing the location details. You can see the full representation to the right.

🚧

This API endpoint is currently not available for testing through this document site.

Language