{"status":"ok","apifor":"Wicked Campers Bookings API","contentDatabase":"Connected","userDatabase":"Connected","apiversion":1,"routes":[{"method":"GET","path":"/settings/:country","description":"Retrieve settings for a specific country."},{"method":"GET","path":"/vehicles/detail/:country/:web/:rcmid","description":"Retrieve vehicle details for a specific country, web, and RCM ID."},{"method":"GET","path":"/locations/detail/:country/:web/:rcmid","description":"Retrieve location details for a specific country, web, and RCM ID."},{"method":"POST","path":"/logs","description":"Insert logs with post data.","samplePostData":{"resref":"reserevationref from rcm","email":"Enter the customer's email","status":"Enter the status based on the condition that occurred","time":"Enter the current timestamp in format 'YYYY-MM-DD HH:mm:ss Z [GMT]","country":"Enter Country","source":"Enter the source of the log, e.g., 'website', 'mobile_app', 'desktop_app'","bookdata":"Enter JSON formatted data returned from RCM, this field is optional and can be empty"}}]}