Skip to main content
POST
/
api
/
v1
/
agents
/
{uuid}
/
channels
/
messenger
Assign a Facebook page (Messenger) to an agent
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/agents/{uuid}/channels/messenger \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "page_id": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
page_id
string
required

Meta page_id of a Facebook page connected to your account.

Response

Bound