HoJ 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
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
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://sandbox.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