Changelog

Reseller API

Semantische Versionierung. Breaking Changes (Felder umbenannt, Endpoints entfernt, Auth-Schema geändert) erfolgen nur in einer neuen Major-Version unter neuem URL-Prefix /v2/. Innerhalb /v1/ kommen nur additive Änderungen (neue optionale Felder, neue Endpoints).

v1.0.0 (2026-05-14)

  • Erste Veröffentlichung. Alle 15 Endpoints, HMAC-Auth, AES-GCM Secret-Storage, Rate-Limits, Idempotenz, Audit-Log.
  • GET /v1/me, /v1/products, /v1/products/{id}
  • POST /v1/orders, GET /v1/orders/{id}
  • GET /v1/services, /v1/services/{id}, /v1/services/{id}/credentials
  • POST /v1/services/{id}/actions
  • GET /v1/billing/balance, /v1/billing/invoices, /v1/billing/invoices/{id}/pdf
  • GET/PUT /v1/webhooks
  • HMAC-SHA256 signing, AES-256-GCM secret storage, replay protection, idempotency.