cURL
curl --request PATCH \ --url https://api.agentixx.io/api/contacts/{id} \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "displayName": "Jane Doe", "tags": [ "vip", "active" ] } '
{ "ok": true }
Update contact fields, tags, or opt-out status. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Update contact fields
Show child attributes
Contact updated