Listings
Get Location's Facebook Page
Get the Facebook page connected to a specific location
get/locations/{id}/facebook/page
Path parameters
idstring required
The uberall unique id of the location you want the Facebook page for
Response
Facebook page retrieved.
Example response
{
"response": {
"page": {
"pageId": "12345",
"name": "Main Directory Page",
"dateCreated": "2023-01-01T00:00:00Z",
"lastUpdated": "2023-01-01T00:00:00Z"
}
}
}