Skip to main content
GET
/
trackers
/
{id}
Find tracker by ID
curl --request GET \
  --url https://api.rechain.co/public/v1/trackers/{id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

ID of tracker to return

Response

successful operation

The response is of type any.