Skip to main content
GET
/
avis
/
{ref}
Review collection page
curl --request GET \
  --url http://localhost:3091/avis/{ref} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

ref
string
required

Response

Page rendered

The response is of type string.