Skip to main content
POST
/
api
/
v1
/
contacts
/
{uuid}
/
assign-stage
Assign or change the contact's current pipeline stage
curl --request POST \
  --url https://{subdomain}.mihu.ai/api/v1/contacts/{uuid}/assign-stage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stage_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "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
stage_uuid
string<uuid>
required
notes
string | null

Response

Stage assigned