---
title: "Get Available Trackers"
method: GET
path: "/public/v3/Shipments/availabletrackers"
tags: ["Shipments"]
---

# Get Available Trackers

`GET /public/v3/Shipments/availabletrackers`

View a list of trackers within the specified account that are not currently being used on a shipment.

## Query parameters

- `PageSize` integer
- `PageNumber` integer

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The available trackers

- DeviceBaseResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` DeviceBaseResponse[], nullable
    - `deviceId` string, nullable
    - `deviceName` string, nullable
    - `description` string, nullable
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `400` — Unable to retrieve available shipment trackers. See response message for details.
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
