---
title: "Update Facebook page"
method: PUT
path: "/v1/accounts/{accountId}/facebook-page"
tags: ["Connect"]
---

# Update Facebook page

`PUT /v1/accounts/{accountId}/facebook-page`

Switch which Facebook Page is active for a connected account.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `selectedPageId` string, required

## Response `200`

Page updated

- object
  - `message` string
  - `selectedPage` object
    - `id` string
    - `name` string

## Other responses

- `400` — Page not in available pages
- `401` — Unauthorized
- `404` — Account not found

---

[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/f81ca70ea6b9/schema)
