Health

Root

get

Root endpoint that returns API status.

Authorizations
Responses
200
Successful Response
application/json
Responsestring
get
GET / HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful Response

text

Health Check

get

Health check endpoint to verify API is operational.

Authorizations
Responses
200
Successful Response
application/json
Responsestring
get
GET /health HTTP/1.1
Host: localhost:8000
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful Response

text