Submit a review

Submit a review for the site. Requires spam protection (same contract as `/forms/{slug}/submit`). The new review enters the site's moderation queue: it is NOT immediately visible via `GET /reviews`. The status returned by the API reflects the moderation flow (`pending` by default; `approved` when the site enables auto-approve and the minimum rating threshold is met).

POST/reviews
Base URLhttps://api.lynkow.com/public/{siteId}

Request body
required

  • title
    string

    Display title. Max 200 characters

  • rating
    number
    required

    Required. Between 1 and 5

  • content
    string
    required

    Required. Text content. 10-5000 characters

  • authorCity
    string

    Author city. Max 100 characters

  • authorName
    string
    required

    Required. 2-100 characters

  • productSku
    string

    Associated product SKU. Max 100 characters

  • authorEmail
    string

    Author email address

  • productName
    string

    Associated product name. Max 200 characters

  • customFields
    object

    Custom field values

    • authorCompany
      string

      Author company name. Max 100 characters

    • authorPhotoUrl
      string

      Author photo URL

    • authorPosition
      string

      Author job title. Max 100 characters

    Feedback

    Was this page helpful?