cURL
curl --request GET \ --url https://api.crevio.co/v1/reviews/{prefix_id} \ --header 'Authorization: <api-key>'
{ "id": 123, "rating": 3, "content": "<string>", "customerName": "<string>", "customerImage": { "filename": "<string>", "contentType": "<string>", "byteSize": 123, "createdAt": "2023-11-07T05:31:56Z", "signedId": "<string>", "src": "<string>", "srcSet": "<string>" }, "position": 123, "prefixId": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Returns a specific review
API key in the format: Bearer {api_token}
The resource prefix ID
Review details
1 <= x <= 5
The review text content
Name of the customer who wrote the review
Avatar image of the customer
Show child attributes
Display position of the review
Was this page helpful?