Skip to main content
POST
/
api
/
v1
/
contacts
/
settings
/
{key}
Enable or disable a contact setting
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/contacts/settings/{key} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_enabled": true
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.mihu.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

key
string
required
Example:

"mask_phone_numbers"

Body

application/json
is_enabled
boolean
required
Example:

true

Response

Contact setting updated