---
title: "Gets a list of drivers"
method: GET
path: "/c2c/v4/drivers"
tags: ["C2C"]
---

# Gets a list of drivers

`GET /c2c/v4/drivers`

Gets all cloud-to-cloud drivers that a user is authorized to use.

## Query parameters

- `pageToken` string
- `limit` integer

## Response `200`

Successful

- object
  - `count` integer, required — Number of items returned in the response
  - `items` object[], required
    - `autoProvisionCallbackDevices` boolean — If true, it indicates that this one is a self-provisioning callback driver.
    - `driverId` string, required — Identifier of the driver.
    - `driverSyncMethod` 'push' | 'pull' | 'none', required — Driver synchronization method
    - `driverType` 'tracker-device' | 'transporter' | 'internal', required — Driver type.
    - `externalCloudInfoSchema` object[], required
      - `hidden` boolean — Indicates whether cloud info parameter is hidden.
      - `key` string, required — Key of external cloud info parameter.
      - `label` string, required — Label of external cloud info parameter.
    - `provider` string, required — Name/description of the external cloud that the driver represents.
    - `strategy` object, required
      - `managerId` string — Identifier of the manager.
      - `name` string — A strategy name
    - `version` integer, required — Version number of the driver.
  - `limit` integer, required — Maximum number of items as specified in request
  - `nextPageToken` string — Token to fetch the next page (if exists)

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `401` — Unauthorized The request did not provide correct authentication details
- `403` — Forbidden The account does not have the correct privileges

---

[API](https://skmtc.net/here/apis/tracking.md) · [All operations](https://skmtc.net/here/apis/tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/tracking/revisions/efa162f7023c/schema)
