Introduction
Overview
This website describes the API (Application Program Interface) by which I Love Meet And Greet allows selected third-party suppliers to access Parking services offered by I Love Meet and Greet.
Authentication and Security
Authentication is enabled using a standard basic authentication model in the transport header. This header is made up for the public Key and secret provided by I Love Meet and Greet to the third party supplier. No communication at all is enabled via the API without a valid key and secret
Any lost or forgotten key and secret details can only be retrieved by contacting I Love Meet and Greet.
All calls to both the Test and Live API services MUST be made over HTTPS.
The Test API services are not optimised, and neither is the Test database. Calls to the Test system awill be substantially slower than those to the Live system.
Environments
There are 2 servers for the web API application. When developing and testing applications, the Test server should always be used. No information sent to or from the test server is active. No money will be drawn, no bookings will be made, and no critical data can be altered.
When the application is put into production, the endpoints and authentication details should be altered to point at the live server.
I Love Meet and Greet reserves the right to read, clear, or update the data in the Test server at any time. This data must be considered as volatile.
Server | Base URL |
---|---|
Test | https://testapi.ilovemeetandgreet.co.uk/ |
Live | https://api.ilovemeetandgreet.co.uk/ |