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

# List Facebook pages

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

Returns Facebook Pages after OAuth. Classic connections require profileId and tempToken from the OAuth redirect. Use X-Connect-Token for headless connections. The dashboard business-login picker instead sends only selectionToken, an encrypted grant valid for ten minutes. This requires the initiating user and current profile access and returns only Page IDs and names. X-Connect-Token cannot authorize business selection.

## Query parameters

- `profileId` string
- `tempToken` string
- `selectionToken` string

## 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` — Invalid or expired selectionToken, no granted Pages, or missing classic profileId and tempToken.
- `401` — Unauthorized
- `403` — The caller is not the initiating user or no longer has profile access.
- `500` — Failed to fetch pages (e.g., invalid token, insufficient permissions)

## Changes

- **2026-09-10** `e70ed06e7150` — 4 info
  - added the new optional `query` request parameter `selectionToken`
  - the `query` request parameter `profileId` became optional
  - the `query` request parameter `tempToken` became optional
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/connect/facebook/select-page/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/b2325332041a?raw)
