Skip to main content
PUT
/
api
/
v1
/
contacts
/
approvals
/
{uuid}
Update the suggested value of a pending approval
curl --request PUT \
  --url https://{subdomain}.mihu.ai/api/v1/contacts/approvals/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "suggested_value": "<string>",
  "reviewer_notes": "<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
required

Body

application/json
suggested_value
string
required
reviewer_notes
string | null

Response

Approval updated