Skip to main content
POST
/
api
/
finds
/
{findId}
/
like
Like a find
curl --request POST \
  --url https://serengo.zias.be/api/finds/{findId}/like \
  --header 'Authorization: Bearer <token>'
{
  "likeCount": 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

Like added

likeCount
integer