Interactive API
Our interactive API tool allows you to easily make calls against the Production and Sandbox Carvoyant environments.
For detailed documentation about using our API, please see here here.
If you want to make calls against the Sandbox environment, select "Sandbox API" from the following drop down.
-
-
POST
New Account
/account/
-
POST
Update Account
/account/:accountId
-
GET
Account Details
/account/:accountId
-
GET
List Accounts
/account/
-
DELETE
Delete Account
/account/:accountId
-
POST
Create Access Token
/account/:accountId/accessToken
-
GET
Get Access Tokens
/account/:accountId/accessToken
-
-
GET
List Vehicles
/vehicle/
-
GET
Vehicle Details
/vehicle/:vehicleId
-
POST
New Vehicle
/vehicle/
-
POST
Update Vehicle
/vehicle/:vehicleId
-
DELETE
Delete Vehicle
/vehicle/:vehicleId
-
-
-
-
-
-
GET
List GeoFence Subscriptions
/vehicle/:vehicleId/eventSubscription/geoFence
-
GET
GeoFence Subscription Details
/vehicle/:vehicleId/eventSubscription/geoFence/:subscriptionId
-
POST
Create GeoFence Subscription
/vehicle/:vehicleId/eventSubscription/geoFence
-
DELETE
Delete GeoFence Subscription
/vehicle/:vehicleId/eventSubscription/geoFence/:subscriptionId
-
-
-
-
GET
List NumericDataKey Subscriptions
/vehicle/:vehicleId/eventSubscription/numericDataKey
-
GET
NumericDataKey Subscription Details
/vehicle/:vehicleId/eventSubscription/numericDataKey/:subscriptionId
-
POST
Create NumericDataKey Subscription
/vehicle/:vehicleId/eventSubscription/numericDataKey
-
DELETE
Delete NumericDataKey Subscription
/vehicle/:vehicleId/eventSubscription/numericDataKey/:subscriptionId
-
-
GET
List TimeOfDay Subscriptions
/vehicle/:vehicleId/eventSubscription/timeOfDay
-
GET
TimeOfDay Subscription Details
/vehicle/:vehicleId/eventSubscription/timeOfDay/:subscriptionId
-
POST
Create TimeOfDay Subscription
/vehicle/:vehicleId/eventSubscription/timeOfDay
-
DELETE
Delete TimeOfDay Subscription
/vehicle/:vehicleId/eventSubscription/timeOfDay/:subscriptionId
-
-
-
-
-
-
-
-
-
-
POST
New Account
/account/
-
POST
Update Account
/account/:accountId
-
GET
Account Details
/account/:accountId
-
GET
List Accounts
/account/
-
DELETE
Delete Account
/account/:accountId
-
POST
Create Access Token
/account/:accountId/accessToken
-
GET
Get Access Tokens
/account/:accountId/accessToken
-
-
GET
List Vehicles
/vehicle/
-
GET
Vehicle Details
/vehicle/:vehicleId
-
POST
New Vehicle
/vehicle/
-
POST
Update Vehicle
/vehicle/:vehicleId
-
DELETE
Delete Vehicle
/vehicle/:vehicleId
-
-
-
GET
List Data Sets
/vehicle/:vehicleId/dataSet/
-
POST
New DataSet
/vehicle/:vehicleId/dataSet/
-
GET
DataSet Details
/vehicle/:vehicleId/dataSet/:dataSetId
-
-
-
-
GET
List GeoFence Subscriptions
/vehicle/:vehicleId/eventSubscription/geoFence
-
GET
GeoFence Subscription Details
/vehicle/:vehicleId/eventSubscription/geoFence/:subscriptionId
-
POST
Create GeoFence Subscription
/vehicle/:vehicleId/eventSubscription/geoFence
-
DELETE
Delete GeoFence Subscription
/vehicle/:vehicleId/eventSubscription/geoFence/:subscriptionId
-
-
-
-
-
GET
List NumericDataKey Subscriptions
/vehicle/:vehicleId/eventSubscription/numericDataKey
-
GET
NumericDataKey Subscription Details
/vehicle/:vehicleId/eventSubscription/numericDataKey/:subscriptionId
-
POST
Create NumericDataKey Subscription
/vehicle/:vehicleId/eventSubscription/numericDataKey
-
DELETE
Delete NumericDataKey Subscription
/vehicle/:vehicleId/eventSubscription/numericDataKey/:subscriptionId
-
-
GET
List TimeOfDay Subscriptions
/vehicle/:vehicleId/eventSubscription/timeOfDay
-
GET
TimeOfDay Subscription Details
/vehicle/:vehicleId/eventSubscription/timeOfDay/:subscriptionId
-
POST
Create TimeOfDay Subscription
/vehicle/:vehicleId/eventSubscription/timeOfDay
-
DELETE
Delete TimeOfDay Subscription
/vehicle/:vehicleId/eventSubscription/timeOfDay/:subscriptionId
-
-
-
-
-
-
-
-