Skip to main content
POST

Overview

Generates a reviewer token (valid for 30 days), sends an email to the reviewer with a unique review link, fires a verification.initiated webhook, and increments your API key’s credit usage. Each call to this endpoint invalidates any previously issued token for the session and generates a fresh one.
Requires a valid session token via the x-api-key session middleware. All required data (reviewer, skills, session) is read from the session — no additional fields are needed in the request body.

Prerequisites

All of the following must be completed before calling this endpoint:
  • ✅ Reviewer details stored via POST /storereviewerdetails/store
  • ✅ Skills stored via POST /step1/storeskills/store
  • ✅ Verification items stored via POST /step3/store-verification-items/store

Response

object

Error Codes