v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
C2C

Gets a list of connectors

Gets a list of cloud-to-cloud connectors for the project projectId.

get/c2c/v4/connectors

Query parameters

pageTokenstring

A token from the previously returned response to retrieve the specified page.

limitinteger

The number of items to return per page

Response

Successful

countinteger required

Number of items returned in the response

limitinteger required

Maximum number of items as specified in request

nextPageTokenstring

Token to fetch the next page (if exists)

Example response

{
  "items": [
    {
      "driverId": "my-driver-1-id",
      "enabled": true,
      "externalCloudInfo": {
        "extAppId": "ext-app-id",
        "extUserId": "ext-user-id",
        "extUserPassword": "ext-user-password"
      },
      "name": "driver-name",
      "refreshIntervalS": 3600
    }
  ]
}