Account
Get details of account, showing all linked accounts
Get details of account including api key, vehicle accounts, owned VINs, geofence collections, and geofencing subscriptions.
get/v1/account
Response
Account Details
Example response
{
"api_account_owner": "your_email@domain.com",
"first_name": "First Name",
"last_name": "Last Name",
"phone_number": "123-456-7890",
"usage_description": "Usage Description",
"account_status": "APPROVED",
"api_key": "API_KEY",
"vehicle_accounts": {
"your_connected_account_email@domain.com": {
"uids": [
"EXAMPLE_UID"
]
}
},
"owned_vins": {
"3D7UT2CL0BG625027": {
"nickname": "nickname",
"uid": "EXAMPLE_UID",
"sdp": "IGNITE"
}
},
"geofence_collections": [
{
"collection_name": "collection_name",
"entries": {
"CreateTime": "2024-01-15 18:05:36.544000+00:00",
"GeofenceId": "geofence_id",
"Geometry": {
"Polygon": [
[
-84.94713408143345,
43.38009085676791
],
[
-84.93943372033695,
43.15714706629157
],
[
-84.60337504788632,
43.169392182092594
],
[
-84.61029494482077,
43.38746832635201
],
[
-84.94554425452868,
43.37938877562664
]
]
}
}
}
],
"geofencing_subscriptions": [
{
"vin": "3D7UT2CL0BG625027",
"collection_name": "collection_name"
}
],
"tracker": "tracker_name"
}