Welkom! Dit is de informatieve landingspagina voor de ROOSH Reseller API. Gebruik de knoppen hieronder voor documentatie, health en het OpenAPI-schema.
Test direct vanaf je terminal:
curl -s http://localhost:3000/health | jq
curl -s http://localhost:3000/v1/portfolio | jq
curl -s -X POST http://localhost:3000/v1/quotes \
-H "Content-Type: application/json" \
-d '{"serviceId":"svc_123","start":"2025-02-01","end":"2025-02-03"}' | jq
Overzicht van beschikbare services en details.
GET /v1/portfolio
Prijs & beschikbaarheid voor een periode.
POST /v1/quotes
Boeking aanmaken met interne of vendor-betaling.
POST /v1/bookings
Wijziging doorvoeren en evt. tweede betaling.
PATCH /v1/bookings/{id}
Annuleer en pas refund policy toe.
POST /v1/bookings/{id}:cancel