Basic API Transaction

An API Request contains the following:

  • Connection Parameters
  • User Parameters
  • Parameters specific to the type of transaction, such as a new booking or cancellation.

Currently our API only supports name-value pairs via the POST/GET method.

Form Data
string
required

This is a 25 alphanumeric hash code provided to you by the fleet.

string
required
Defaults to drivers

This is the command or tool you wish to access or execute. For example, in order to place a booking you would use “instant_booking”.

boolean
Defaults to false

If TRUE, all keys are returned in uppercase.

Language
Response
Click Try It! to start a request and see the response here!