Skip to main content
GET
/
api
/
finds
/
{findId}
/
rate
Get user's rating for a find
curl --request GET \
  --url https://serengo.zias.be/api/finds/{findId}/rate \
  --header 'Authorization: Bearer <token>'
{
  "rating": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

findId
string
required

Response

200 - application/json

User's rating

rating
number | null