House of Journeys Distribution API home page
Search...
⌘K
Search...
Navigation
API Reference
Health check
Guide
API Reference
API Reference
GET
Health check
POST
OAuth2 client credentials token
GET
Quota status (authenticated client)
GET
List products
GET
Get product by id
GET
List distribution channels (brand resolution)
GET
Supported locales
GET
Public OpenAPI document (JSON)
GET
List categories
GET
Get category by id
GET
List destinations
GET
Get destination by id
GET
List venues
GET
Get venue by id
GET
List pages
GET
Get page by id
GET
List articles
GET
Get article by id
Internal
GET
Get product by trip code (internal)
GET
Get product by provider ID (internal)
POST
Create itinerary (internal)
GET
Get itinerary (internal)
GET
List recommended activities (internal)
GET
Get activity (internal)
POST
Add activity to itinerary (internal)
DEL
Remove activity (internal)
PATCH
Update activity (internal)
GET
List accommodations (internal)
GET
Get accommodation (internal)
PATCH
Replace accommodation rooms (internal)
GET
Get customer data (internal)
PUT
Update customer data (internal)
GET
Get pax data (internal)
PUT
Update pax data (internal)
PUT
Set itinerary currency (internal)
POST
Apply promo code (internal)
DEL
Remove promo code (internal)
GET
Refresh Stripe payment intent (internal)
POST
Confirm booking (internal)
GET
Get booking by id (internal)
GET
List user trips by status (internal)
GET
Active trips summary (internal)
Recommendations
GET
Get product recommendations
GET
Get category recommendations
GET
Get destination recommendations
GET
Get ranked search catalog
Health check
cURL
curl
--request
GET
\
--url
https://api.hofj.com/health
200
{
"status"
:
"ok"
}
API Reference
Health check
GET
https://api.hofj.com
https://staging.api.hofj.com
http://localhost:8080
/
health
Try it
Health check
cURL
curl
--request
GET
\
--url
https://api.hofj.com/health
200
{
"status"
:
"ok"
}
Response
200 - application/json
OK
status
enum<string>
Available options:
ok
OAuth2 client credentials token
⌘I