Comments
GET

/api/v1/comments/likes

10 credits

Comment likes.

Try in Playground

Parameters

NameTypeRequiredDescription
urnstringyesComment URN(s), comma-separated.
startintegernoPagination offset.

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/comments/likes"

Example response

A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.