cURL
curl --request PATCH \ --url https://cds.marmar.life/v1/assessments/{assessmentId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "open" } '
{ "assessmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "open", "updatedAt": "2023-11-07T05:31:56Z" }
API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY
Assessment identifier returned by the API.
New review status for the assessment
open
in_review
resolved
Status updated successfully