Skip to main content
PUT
Upsert review

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
callId
string<uuid>
required

Call ID

reviewAssignee
string<uuid> | null

Assignee user ID (deprecated)

reviewStatus
enum<string>

Review status

Available options:
No Review Status,
Pending Review,
In Progress,
Completed,
Not Needed
reviewTag
enum<string> | null

Review tag

Available options:
Successful,
Failed,
Technical Issue,
Wrong Number,
No Answer,
Needs Review,
null
reviewNotes
string | null

Review notes

Response

Review created or updated

success
enum<boolean>
required
Available options:
true
data
object
required