1. Home
  2. API
  3. API Usage (old API)

API Usage (old API)

Contents

Each call to our API360 requires a authentication header. You can create a token using Fleet Management.

Generate token

API usage

For this example I’m using Postman, however you are free to use any tool you are comfortable with.

Example: Get Assets Request

GET /api360/Asset HTTP/1.1
Host: services.staging.gpscockpit.net
Authorization: token IqxQX004hfTc...

Get Assets API Response

{
	"AssetRestItems": [
		{
			"Id": 21527,
			"AssignedGarageId": 3242,
			"Color": "White",
			"Year": "2016",
			...
			"IMEI": "358480080182738"
		},
	...
	],
	"LookupDate": "0001-01-01T00:00:00"
}

API documentation

https://services.staging.gpscockpit.net/api360/help

Updated on June 27, 2023

Related Articles

Leave a Comment