v11
latestOpenAPI 3.1.12026-08-03174162.0 MBEvents
List liked events
List all events the current user has liked, with cursor-based pagination.
get/events/likes
Query parameters
limitinteger
Maximum number of likes to return per request (1-100, default: 20)
Example:20
cursorstring
Pagination cursor from previous response. Used to fetch next page of results
Response
OK
Example response
{
"before": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNqIn19",
"after": "eyJ2ZXJzaW9uIjoxLCJpbnRlbnQiOnsic291cmNlIjoiZGVtbyJ9LCJwb3MiOnsicHJpbWFyeUtleSI6InBybV8wMXM4NTNkIn19",
"limit": 20
}