Skip to main content
POST
Request manual review of a job/deal

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
job_id
integer
required

Job ID to request review for

Example:

100

Response

200 - application/json

Manual review requested

status
enum<string>
Available options:
success,
error
Example:

"success"