Basic API Transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 the username for the customer account (generally a phone number in international format, excluding the + or 00)

string
required

This is the password for the customer account (generally a PIN number of a minimum 4 digit length, and up to 12 digits long).

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here!