cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/conversations/{uuid}/messages \ --header 'Authorization: Bearer <token>'
Returns paginated messages (AI + Human + Contact) for a given conversation UUID.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
x <= 100
Filter by sender
AI
Human
Contact
asc
desc
Success