---
title: "Get Facebook Messenger channel information"
method: GET
path: "/v1/projects/{projectId}/conversation/apps/{conversationAppId}/messenger"
tags: ["Conversation"]
---

# Get Facebook Messenger channel information

`GET /v1/projects/{projectId}/conversation/apps/{conversationAppId}/messenger`

Returns the information for a Facebook Messenger channel linked to a Conversation API App.

## Path parameters

- `projectId` string, required
- `conversationAppId` string, required

## Response `200`

Facebook Messenger information.

- ConversationMessengerInfoDto
  - `status` 'ACTIVE' | 'ERROR' | 'FAILING' | 'PENDING' | 'UNRECOGNIZED', required — Channel integration status.
  - `statusDescription` string — Channel integration description if status is ERROR or FAILED.
  - `id` string — The ID of the page.
  - `name` string — The name of the page.
  - `globalBrandPageName` string — The name of the Page with country codes appended for Global Pages. Only visible to the Page admin.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/sinch/apis/provisioning-api.md) · [All operations](https://skmtc.net/sinch/apis/provisioning-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/provisioning-api/revisions/c78a716de420/schema)
