Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Auth service accounts
Generierte Referenz für Auth service accounts-Endpunkte. Diese generierte Seite bündelt alle öffentlichen API-Operationen in der Kategorie Auth service accounts.Endpunkte
- GET /v1/public/accounts/{account_id}/auth/service-accounts - Konto-Dienstkonten auflisten
- POST /v1/public/accounts/{account_id}/auth/service-accounts - Konto-Dienstkonto erstellen
- POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate - Token des Konto-Dienstkontos rotieren
- DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} - Konto-Dienstkonto widerrufen
Konto-Dienstkonten auflisten
GET/v1/public/accounts/{account_id}/auth/service-accounts
Konto-Dienstkonten auflisten
Listet die Dienstkonten des Kontos auf.
Vollständige Referenz: GET /v1/public/accounts/{account_id}/auth/service-accounts
OpenAPI-Referenz:
/openapi.de.json GET /v1/public/accounts/{account_id}/auth/service-accountsKonto-Dienstkonto erstellen
POST/v1/public/accounts/{account_id}/auth/service-accounts
Konto-Dienstkonto erstellen
Erstellt ein Dienstkonto und zeigt sein Token einmalig an.
Vollständige Referenz: POST /v1/public/accounts/{account_id}/auth/service-accounts
OpenAPI-Referenz:
/openapi.de.json POST /v1/public/accounts/{account_id}/auth/service-accountsToken des Konto-Dienstkontos rotieren
POST/v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate
Token des Konto-Dienstkontos rotieren
Rotiert das Token eines Dienstkontos und zeigt den Ersatz einmalig an.
Vollständige Referenz: POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate
OpenAPI-Referenz:
/openapi.de.json POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotateKonto-Dienstkonto widerrufen
DELETE/v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}
Konto-Dienstkonto widerrufen
Widerruft ein Dienstkonto und sein aktives Token.
Vollständige Referenz: DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}
OpenAPI-Referenz:
/openapi.de.json DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}