Create a review case
Creates a review case for an existing session.
If a case already exists for the session, returns the existing case.
Requires cases:write scope.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Request
This endpoint expects an object.
session_id
Session public ID or UUID.
Response
Case created or existing case returned
id
Case public ID.
session_id
UUID of the associated session.
status
created_at
decision
Allowed values:
assigned_to
UUID of the assigned reviewer.
claimed_at
entered_review_at
decided_at
Errors
401
Unauthorized Error
404
Not Found Error