Zealy API
  • Introduction
  • Authentication
  • Use cases
  • Rate limits
  • Pagination
  • FAQ
  • API Reference
    • Communities
      • Community lookup
      • Community member check
      • Community Secret Retrieval
      • Community Secret Creation
    • Users
      • User lookup
      • Add & Remove XP
      • Ban user
      • Referral code
      • Delete Zealy Connect for member
    • Leaderboards
      • Retrieve a leaderboard
      • List sprints
    • Reviews
      • Claimed quests lookup
      • Review a submission
      • Review events
    • Modules
    • Quests
      • Create quest
      • Update quest
      • List quests
    • Webhooks
Powered by GitBook
On this page

Was this helpful?

Pagination

Some endpoints use pagination. Those endpoints will respond to an initial request with the first page of results, and provide a nextCursor in the response. To get the next page, you need to provide the nextCursor to the request, in the cursor query param.

To receive all results, this process can be repeated until no nextCursor is included in the response.

PreviousRate limitsNextFAQ

Last updated 1 year ago

Was this helpful?