Roosevelt Docs

API Reference

Fastify API endpoints, OpenAPI specs en authenticatie

API Reference

De Roosevelt API is gebouwd met Fastify en gebruikt schema-first validatie met Zod.

Base URL

Production:  https://api.roosevelt.dev
Staging:     https://staging.api.roosevelt.dev

Authenticatie

Alle API requests vereisen een Authorization header met een Bearer token.

curl -H "Authorization: Bearer <token>" \
  https://api.roosevelt.dev/health

Health Check

GET /health

Retourneert 200 OK wanneer de API beschikbaar is.

On this page