Skip to content

List Facebook pages

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.

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.

Parameters

  • profileId (query, string) required — Profile ID from your connection flow

  • tempToken (query, string) required — Temporary Facebook access token from the OAuth callback redirect

Responses

200 — List of Facebook Pages available for connection

  • pages (array)

400 — Missing required parameters (profileId or tempToken)

401

500 — Failed to fetch pages (e.g., invalid token, insufficient permissions)

  • error (string)