cURL
curl --request GET \ --url https://{defaultHost}/v5/company/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
App API key for /v5/app and /v5/company endpoints
The ID of the Review, which will look like rev_*************.
review found
The response is of type object.
object
Was this page helpful?