Create a review

Creates a review as an admin (bypasses moderation). Set `status` to `"approved"` to make it immediately public.

Required permissions
reviews.create
POST/reviews
Base URLhttps://api.lynkow.com/v1

Request body
required

  • title
    string

    Display title. Max 200 characters

  • locale
    string

    BCP 47 locale code (e.g. "en", "fr")

  • rating
    number
    required

    Required. Between 1 and 5

  • status
    enum

    One of: pending, approved, rejected

    One of: pendingapprovedrejected

  • content
    string
    required

    Required. Text content. 10-5000 characters

  • authorCity
    string

    Author city. Max 100 characters

  • authorName
    string
    required

    Required. Display name of the author. 2-100 characters

  • isFeatured
    boolean

    Boolean

  • productSku
    string

    Associated product SKU. Max 100 characters

  • reviewDate
    string

    Original review date (ISO 8601)

  • authorEmail
    string

    Author email address

  • productName
    string

    Associated product name. Max 200 characters

  • customFields
    object

    Custom field values

    • displayOrder
      number

      Number

    • 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?