cURL
curl --request PUT \ --url https://your-instance.example.com/api/contact-metrics/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "categories": [ { "name": "<string>", "key": "<string>", "statuses": [ "<string>" ], "color": "<string>" } ], "allowMultipleCategories": true, "pipelineId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Metrics config updated
Generic response envelope. Endpoint-specific fields are intentionally open.