Reviews
Show a Review
GET
https://localize.cirro.io/api/v2/reviews/:uid
Parameters
Parameter | Type | Note | |
---|---|---|---|
uid | required | string | Id of a created review |
Result
Returns the Review object if correct id is provided
Example
1
2curl https://localize.cirro.io/api/v2/reviews/ID \
3 -H "Authorization: Bearer <ACCESS_TOKEN>" \
4 -H 'Content-Type: application/json'