Files
FEDEO/skills/openclaw-m2m-openapi/references/m2m-endpoints.md
florianfederspiel 6fded3993a
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 32s
Build and Push Docker Images / build-frontend (push) Successful in 1m10s
New CustomerInventory,
New Mitgliederverwaltung für Vereine
New Bank Auto Complete
2026-02-17 12:38:39 +01:00

411 B

Expected Endpoints

  • OpenAPI UI: /docs
  • OpenAPI JSON: /openapi.json
  • API key list: GET /api/tenant/api-keys
  • API key create: POST /api/tenant/api-keys
  • API key update: PATCH /api/tenant/api-keys/:id
  • API key delete: DELETE /api/tenant/api-keys/:id
  • M2M exchange: POST /internal/auth/m2m/token

Header Conventions

  • API key auth: x-api-key
  • JWT auth: Authorization: Bearer <token>