Stay organized with collections
Save and categorize content based on your preferences.
This method returns your Booking Server health status. It enables Google to
continuously monitor the serving state of your Booking server.
Request
None
Return value
None.
Use HTTP status code to indicate the serving status of your server. Return
an HTTP status code 200 (OK) if the server is up and running successfully,
or to indicate an error please return one of
HTTP status code.
Please note that returning a non-200 status code may affect your integration status.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["This method allows Google to monitor the health and serving status of your Booking Server."],["You should return a 200 (OK) HTTP status code if your server is running successfully."],["Utilize other HTTP status codes to indicate errors, as outlined in the provided documentation."],["Returning a non-200 status code might negatively impact your integration status."]]],[]]