Skip to main content
GET
Fetch AI reply suggestion for reviews

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Path Parameters

review_id
integer
required

ID of the review for which we want an AI suggestion

Example:

34

index
integer
required

Index of the reply suggestion (0, 1, or 2)

Required range: 0 <= x <= 2

Response

OK

Review's reply suggestion

id
integer

Reply suggestion id

Example:

820459

index
integer

Index of the reply suggestion

Example:

1

review_id
integer

Review id

Example:

34

content
string

The content of the reply suggestion

Example:

"Dear Client, thanks for your kind feedback."

report
object

Report details if the suggestion was reported (can be null)