Reviews

Show a Review

GET https://localize.cirro.io/api/v2/reviews/:uid

Parameters

ParameterTypeNote
uidrequiredstringId 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'
Previous
Create a Review