Skip to main content

Post a comment

POST 

/api/v2/reviews

Post a comment

Request

Body

required

    review_id numberrequired

    ID of the review you want to reply

    parent_id number

    The id of the parent comment you want to reply

    Works only for Facebook comments, since it's possible to reply to a comment (depth max is 2). Google and TripAdvisor don't accept this behaviour.

    content stringrequired

    Content of your reply

Responses

This endpoint lets you reply to a given review.

Schema

    id number

    Comment id

    created date-time

    Last update date (either on our platform or on Partner platform)

    content string

    Reply content

    can_edit boolean

    If the current user can or cannot edit a reply

    Note: This applies on Facebook replies only. A reply left by an external user on Facebook cannot be edited.

    review_id number

    Review id

    parent_id number

    id of the parent comment

    partner_id string

    Review id on publisher

    author_name string

    The author name of the review.

    Note: Replies don't have an author.

    date date-time

    Review update date

Loading...