---
title: "Assign Messenger page to agent"
method: PUT
path: "/public/v1/channels/messenger/pages/{messengerPageId}"
tags: ["Agent Channels"]
---

# Assign Messenger page to agent

`PUT /public/v1/channels/messenger/pages/{messengerPageId}`

Binds (or, with null, unbinds) a connected Messenger page to an agent. Requires a USER API key.

## Path parameters

- `messengerPageId` integer, required

## Request body

- PublicChannelAssignInput
  - `agentId` string, nullable, required

## Response `200`

The updated Messenger page

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
