Skip to main content
GET
/
trackers
Fetch all trackers
curl --request GET \
  --url https://api.rechain.co/public/v1/trackers \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful operation

The response is of type any[].