cURL
curl --request GET \ --url https://{defaultHost}/v5/me/reviews/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "company_id": "<string>", "product_id": "<string>", "user_id": "<string>", "status": "pending", "stars": 123, "description": "<string>", "joined_at": 123, "created_at": 123 }
Returns a review
User OAuth token for /v5/me endpoints
The ID of the Review, which will look like rev_*************.
review found
The response is of type object.
object
Was this page helpful?