curl --request POST \
--url https://api.open.cx/insights/{id}/resolve \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Resolves a customer insight and optionally adds resolution details
curl --request POST \
--url https://api.open.cx/insights/{id}/resolve \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?