---
title: "Get Messager Page Informations"
method: GET
path: "/api/integration/messager/{bot_id}"
tags: ["Integration"]
---

# Get Messager Page Informations

`GET /api/integration/messager/{bot_id}`

Get all added messager page information.

## Path parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- IntegrationMessagerResponseSchema[]
  - `page_profile_picture` string, nullable — Optional page profile picture URL.
  - `page_name` string, required — Page name.
  - `creator_name` string, nullable — Optional creator name.
  - `created_at` string, date-time, required — Timestamp indicating the creation time.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
