메인 콘텐츠로 건너뛰기

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.

권한 부여

권한 부여 엔드포인트에 대한 생성된 참조입니다. 이 생성된 페이지는 권한 부여 카테고리의 모든 공개 API 작업을 그룹화합니다.

엔드포인트

권한 부여 목록

GET /v1/public/accounts/{account_id}/auth/authorizations 계정 권한 부여 목록 계정 범위 권한 부여를 나열합니다. 전체 참조: GET /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI 참조: /openapi.ko.json GET /v1/public/accounts/{account_id}/auth/authorizations

권한 부여 생성

POST /v1/public/accounts/{account_id}/auth/authorizations 계정 권한 부여 생성 계정 범위 권한 부여을(를) 생성합니다. 전체 참조: POST /v1/public/accounts/{account_id}/auth/authorizations
OpenAPI 참조: /openapi.ko.json POST /v1/public/accounts/{account_id}/auth/authorizations

권한 부여 취소

DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id} 계정 권한 부여 취소 계정 범위 권한 부여을(를) 취소합니다. 전체 참조: DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}
OpenAPI 참조: /openapi.ko.json DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}