Get Sub-Account (Formerly Location)
GET/locations/:locationId
Get details of a Sub-Account (Formerly Location) by passing the sub-account id
Request
Version stringrequired
API Version
Available options
2023-02-21locationId stringrequired
Location Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
locationobject
{
"location": {
"id": "ve9EPM428h8vShlRW1KT",
"companyId": "5DP4iH6HLkQsiKESj6rh",
"name": "dentist",
"domain": "test.msgsndr.com",
"address": "ganthi nagar, gyanbabu chauk motihati",
"city": "motihari",
"state": "Loca",
"logoUrl": "https://dummyimage.com/o/locationPhotos%2Fve9EPM428h8vShlRW1KT.jpeg",
"country": "IN",
"postalCode": "567654",
"website": "https://gohighlevel.com/",
"timezone": "America/Chicago",
"firstName": "Dr. Rane",
"lastName": "deo",
"phone": "+919039160788",
"business": {
"name": "dentist",
"address": "MIG 14, Delhi",
"city": "delhi",
"state": "delhi",
"country": "IN",
"postalCode": "567654",
"website": "https://gohighlevel.com/",
"timezone": "America/Chicago",
"logoUrl": "https://dummyimage.com/o/locationPhotos%2Fve9EPM428h8vShlRW1KT.jpeg"
},
"social": {
"facebookUrl": "https://www.facebook.com/",
"googlePlus": "https://www.googleplus.com/",
"linkedIn": "https://www.linkedIn.com/",
"foursquare": "https://www.foursquare.com/",
"twitter": "https://www.foutwitterrsquare.com/",
"yelp": "https://www.yelp.com/",
"instagram": "https://www.instagram.com/",
"youtube": "https://www.youtube.com/",
"pinterest": "https://www.pinterest.com/",
"blogRss": "https://www.blogRss.com/",
"googlePlacesId": "ChIJJGPdVbQTrjsRGUkefteUeFk"
},
"settings": {
"allowDuplicateContact": false,
"allowDuplicateOpportunity": false,
"allowFacebookNameMerge": false,
"disableContactTimezone": false
},
"reseller": {}
}
}