Skip to main content
GET
/
api
/
v1
/
contacts
/
approvals
List pending contact field approvals
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/contacts/approvals \
  --header 'Authorization: Bearer <token>'

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}"

Query Parameters

page
integer
default:1
per_page
integer
default:15
status
enum<string>
Available options:
Pending,
Approved,
Rejected
field_name
string

Raw field_name on the approval (e.g. b_email, f_my_field, p_stage_change)

field_key
string

Custom contact field key — matches approvals where field_name = 'f_{key}'

confidence
enum<string>

high (>=0.8), medium (0.5-0.79), low (<0.5)

Available options:
high,
medium,
low
contact_uuid
string
conversation_uuid
string
pipeline_uuid
string

Filter to approvals for a specific pipeline (ContactPool)

Search field_name, current/suggested value, AI notes, or contact name

Response

200

Approvals retrieved