📦 Trackers

List existing Trackers

This endpoint return a list of all existing Trackers, using page-based pagination.

get/public/v1/trackers

Query parameters

pageinteger required

The page index, starting from 1.

limitinteger required

The maximum number of trackers returned per page.

sort1 | -1

Defines the sorting order of trackers. Use 1 for ascending (createdAt oldest first) and -1 for descending (createdAt newest first). The default is ascending (1) to ensure stable pagination.

Response

OK

Changes

Changed in 1 of the 3 revisions of this API.14

    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added