Skip to main content
POST
/
api
/
v1
/
whatsapp
/
call
/
send_approval
Send call permission request
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/whatsapp/call/send_approval \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentId": "32d8fc98-be1e-4d32-a12e-146f397fb1cb",
  "phoneNumber": "+1234567890"
}
'

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.

Body

application/json
agentId
string<uuid>
required

UUID of the Agent

Example:

"32d8fc98-be1e-4d32-a12e-146f397fb1cb"

phoneNumber
string
required

Phone number of the contact in E.164 format

Example:

"+1234567890"

Response

Permission request sent successfully