Skip to main content
GET
/
api
/
v1
/
analyzers
List analyzer configurations
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/analyzers \
  --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

section
enum<string>

Optional filter. Use contact_default for built-in contact fields, contact_fields for custom fields, or pipeline for pipeline stage rules.

Available options:
contact_default,
contact_fields,
pipeline
grouped
boolean

If true, returns results grouped under contact_default, contact_fields, and pipeline keys.

Response

200

Analyzers retrieved