---
title: "Facebook Pages available to this connection"
method: GET
path: "/meta-ads/pages"
tags: ["Meta Ads"]
---

# Facebook Pages available to this connection

`GET /meta-ads/pages`

Every Facebook Page the connected Meta user administers, read live from Meta, each resolved to its linked Instagram Business account (`ig_user_id` / `ig_username`, with `has_instagram` as the quick flag). `is_current` marks the Page this shop is connected through. 

The Instagram link matters beyond display: Partnership ads and creator whitelisting both run through the Page's IG account, so a Page with `has_instagram: false` leaves the connection functionally incomplete even while `/meta-ads/status` reports `connected: true`. Single shop only.

## Response `200`

Successful Response

- PagesResponse
  - `pages` PageItem[]
    - `page_id` string, required
    - `name` string, nullable
    - `ig_user_id` string, nullable
    - `ig_username` string, nullable
    - `has_instagram` boolean
    - `is_current` boolean
  - `current_page_id` string, nullable

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/3ea20a9f734b/schema)
