Galaxysys - Vehicle Value API

Galaxysys provides an API for subscribed users to look up vehicle values.

Getting started

You need to be registered and have a valid account with us to be able to use the API.

We will provide you with a Username and Password to be able to log in and get a valid token required for the API calls

Get an Access Token

To sucessfully obtain a token, you need to send a POST to the API, with the username and password provided to you, as shown below:

POST /token HTTP/1.1
Host: vehicleapi.bh1.co.za
Content-Type: application/x-www-form-urlencoded
Content-Length: 80

username=yourusername&password=yourpassword3&grant_type=password