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 bodyrequired

  • titlestring

    Display title. Max 200 characters

  • ratingnumberrequired

    Required. Between 1 and 5

  • contentstringrequired

    Required. Text content. 10-5000 characters

  • authorCitystring

    Author city. Max 100 characters

  • authorNamestringrequired

    Required. 2-100 characters

  • productSkustring

    Associated product SKU. Max 100 characters

  • authorEmailstring

    Author email address

  • productNamestring

    Associated product name. Max 200 characters

  • customFieldsobject

    Custom field values

    • authorCompanystring

      Author company name. Max 100 characters

    • authorPhotoUrlstring

      Author photo URL

    • authorPositionstring

      Author job title. Max 100 characters

    Feedback

    Was this page helpful?