---
title: "Get Location's Facebook Page"
method: GET
path: "/locations/{id}/facebook/page"
tags: ["Listings"]
---

# Get Location's Facebook Page

`GET /locations/{id}/facebook/page`

Get the Facebook page connected to a specific location

## Path parameters

- `id` string, required

## Response `200`

Facebook page retrieved.

- object
  - `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
  - `message` string — (optional) Holds further information about the response
  - `warnings` string[] — (optional) Holds further warnings
  - `response` object, required — The actual response object of the response
    - `page` object — Abstract class representing a directory page
      - `directoryUserAccount` object — Directory user account associated with the page
      - `token` object — OAuth token for the page
      - `pageId` string — External page ID
      - `name` string — External page name
      - `status` 'VALID' | 'INVALID' | 'CREATION_NEEDED' — Status of the page
      - `type` 'FACEBOOK' | 'INSTAGRAM' | 'GOOGLE' | 'TWITTER' | 'APPLE_MAPS' | 'TRUSTPILOT' | 'LINKED_IN' | 'TIK_TOK' — Type of the page
      - `dateCreated` string, date-time — Date the page was created
      - `lastUpdated` string, date-time — Date the page was last updated

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
