---
title: "Get Facebook pages"
method: GET
path: "/uploadposts/facebook/pages"
tags: ["Platform Integration"]
---

# Get Facebook pages

`GET /uploadposts/facebook/pages`

Retrieve Facebook page IDs associated with user profiles. Use the page_id for posting to Facebook pages.

## Query parameters

- `profile` string

## Response `200`

Facebook pages retrieved successfully.

- object
  - `success` boolean
  - `pages` FacebookPage[]
    - `id` string — Facebook Page ID. Use this value as `facebook_page_id` in upload endpoints.
    - `name` string — Display name of the Facebook page.
    - `picture` string, nullable — URL of the page's profile picture.
    - `account_id` string — Internal identifier for the user's connected Facebook account.

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
