cURL
curl --request POST \ --url https://api.open.cx/insights/{id}/resolve \ --header 'Authorization: Bearer <token>'
{ "statusCode": 123, "message": "<string>", "error": "<string>" }
Mark an insight as resolved — Resolves a customer insight and optionally adds resolution details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Was this page helpful?