---
title: "List Facebook pages"
method: GET
path: "/v1/connect/facebook/select-page"
tags: ["Connect"]
---

# List Facebook pages

`GET /v1/connect/facebook/select-page`

Returns the list of Facebook Pages the user can manage after OAuth. Extract tempToken and userProfile from the OAuth redirect params and pass them here. Use the X-Connect-Token header if connecting via API key.

## Query parameters

- `profileId` string, required
- `tempToken` string, required

## Response `200`

List of Facebook Pages available for connection

- object
  - `pages` object[]
    - `id` string — Facebook Page ID
    - `name` string — Page name
    - `username` string — Page username/handle (may be null)
    - `access_token` string — Page-specific access token
    - `category` string — Page category
    - `tasks` string[] — User permissions for this page

## Other responses

- `400` — Missing required parameters (profileId or tempToken)
- `401` — Unauthorized
- `500` — Failed to fetch pages (e.g., invalid token, insufficient permissions)

---

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