v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
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.

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

Example response

{
  "response": {
    "page": {
      "pageId": "12345",
      "name": "Main Directory Page",
      "dateCreated": "2023-01-01T00:00:00Z",
      "lastUpdated": "2023-01-01T00:00:00Z"
    }
  }
}