계정 및 한도 조회
GET /account의 인증, 필드, 응답, 오류, 안전한 운영을 원본에서 생성한 레퍼런스입니다.
이 페이지의 내용
작업
GET /account
operationId: account_v1_account_get
인증 계정, 개발자 등급, 구독 기간, 키 식별·권한, 계정 전체 한도를 조회합니다. 비밀 키는 반환하지 않습니다. 구독은 한도를 높이지만 접근 자체의 필수 조건은 아닙니다. 불확실한 생성을 복구할 때 같은 키 식별을 유지하세요.
인증 및 부수 효과
서버 측 Bearer API 키를 사용하세요. 필요한 권한: animations:read
유료 생성을 시작하지 않습니다. 다른 상태 변경은 위 설명을 확인하세요.
매개변수
경로·쿼리·작업별 헤더 매개변수가 없습니다.
응답
| HTTP | 본문 | 설명 |
|---|---|---|
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. |
응답 헤더
| HTTP | 헤더 | 유형 | 설명 |
|---|---|---|---|
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. |
응답 예제
{
"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
}
}
관련 가이드
이 문서가 도움이 되었나요?
검색어, 코드 또는 자유 입력 텍스트는 수집하지 않습니다. 이 설정은 문서 상호작용 이벤트만 제어합니다. 개인정보 처리방침