Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • message string
    • data array[object]
      Hide data attributes Show data attributes object
      • id integer(int64)
      • postId integer(int64)
      • createdAt string(date-time)
GET /{postId}/likes/my-likes
curl \
 --request GET 'http://localhost:8080/{postId}/likes/my-likes'
Response examples (200)
{
  "message": "string",
  "data": [
    {
      "id": 42,
      "postId": 42,
      "createdAt": "2026-05-04T09:42:00Z"
    }
  ]
}