Konto und Limits abfragen
Generierte Referenz für GET /account: Authentifizierung, Felder, Antworten, Fehler und sichere Nutzung.
Auf dieser Seite
Operation
GET /account
operationId: account_v1_account_get
Liest das authentifizierte Konto, Entwicklerstufe, Abonnementzeitraum, Schlüsselidentität und Berechtigungen sowie kontoweite Limits. Geheimschlüssel werden nicht ausgegeben. Abonnements erhöhen Limits, sind aber keine Zugangsvoraussetzung. Verwende beim Wiederherstellen einer unklaren Erstellung dieselbe Schlüsselidentität.
Authentifizierung und Nebenwirkungen
Verwende einen serverseitigen Bearer-API-Schlüssel. Erforderliche Berechtigung: animations:read
Diese Operation startet keine kostenpflichtige Generierung. Andere Zustandsänderungen sind oben beschrieben.
Parameter
Keine Pfad-, Query- oder operationsspezifischen Header-Parameter.
Antworten
| HTTP | Inhalt | Bedeutung |
|---|---|---|
200 |
AccountResponse | Successful public response. Example values are illustrative. |
400 |
APIErrorEnvelope | Invalid input; correct the request before retrying. |
401 |
APIErrorEnvelope | Missing, expired, or revoked API key. |
403 |
APIErrorEnvelope | Account eligibility, account status, or key scope does not allow this operation. |
404 |
APIErrorEnvelope | Resource is unavailable, not owned, or its signature is invalid/expired. |
429 |
APIErrorEnvelope | Account-wide rate or queue limit; wait for Retry-After. |
500 |
APIErrorEnvelope | Internal failure; preserve the task/key and retry only when marked retryable. |
503 |
APIErrorEnvelope | Service/provider unavailable; retry only when error.retryable is true. |
Antwort-Header
| HTTP | Header | Typ | Bedeutung |
|---|---|---|---|
429 |
Retry-After |
integer |
Suggested wait in seconds; respect the server value and an overall deadline. |
503 |
Retry-After |
integer |
Suggested wait in seconds; respect the server value and an overall deadline. |
Beispielantwort
{
"api_key": {
"id": "00000000-0000-4000-8000-000000000005",
"scopes": [
"animations:read",
"animations:write"
]
},
"id": "00000000-0000-4000-8000-000000000004",
"limits": {
"concurrency": 1,
"create_per_minute": 3,
"other_per_minute": 60,
"queue": 3
},
"object": "account",
"plan": {
"cancel_at_period_end": false,
"code": "registered",
"current_period_end": null
}
}
Weiterführende Anleitungen
Statusabfragen und Downloads · Fehler und sichere Wiederholungen
War diese Seite hilfreich?
Es werden keine Suchbegriffe, Codes oder Freitexte erfasst. Dieser Schalter steuert nur Dokumentationsinteraktionen; allgemeine Website-Analysen folgen der Datenschutzerklärung. Datenschutzerklärung