Skip to main content
GET
/
api
/
health
Platform health check
curl --request GET \
  --url https://macrobymark.com/api/health \
  --header 'X-API-Key: <api-key>'
{
  "service": "macro-by-mark",
  "status": "ok",
  "time": "2023-11-07T05:31:56Z",
  "checks": {
    "fredConfigured": true,
    "paywallsEnabled": true,
    "supabaseConfigured": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Health status

service
string
Example:

"macro-by-mark"

status
enum<string>
Available options:
ok
time
string<date-time>
checks
object