Skip to main content
POST
/
api
/
v1
/
agents
/
{uuid}
/
channels
/
instagram
Assign an Instagram account to an agent
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/agents/{uuid}/channels/instagram \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instagram_business_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
instagram_business_id
string
required

Meta instagram_business_id of an Instagram account connected to your account.

Response

Bound