C2C
Creates a connector
Registers a cloud-to-cloud connector between the HERE Tracking project projectId and an external cloud using the cloud-to-cloud driver driverId and the external cloud access credentials.
post/c2c/v4/connectors
Request body
Example request
{
"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
}Response
Successful
object required
Identifier of the connector.