Guestfolio API Documentation
« back to overviewApi [1.1]
Root Guestfolio API endpoint, provides links to available resources
index
Get the accessible endpoint methods All API responses use the HAL specification to provide links to further resources.
URL
GET /apiResponse Object
-
All available HAL link resources
Examples
Request
Response
{
"_links": {
"self": {
"href": "https://guestfolio.net/api"
},
"hotels": {
"href": "https://guestfolio.net/api/hotels"
}
}
}