메인 콘텐츠로 건너뛰기

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

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

엔드포인트

계정 서비스 계정 목록

GET /v1/public/accounts/{account_id}/auth/service-accounts 계정 서비스 계정 목록 계정의 서비스 계정을 나열합니다. 전체 참조: GET /v1/public/accounts/{account_id}/auth/service-accounts
OpenAPI 참조: /openapi.ko.json GET /v1/public/accounts/{account_id}/auth/service-accounts

계정 서비스 계정 생성

POST /v1/public/accounts/{account_id}/auth/service-accounts 계정 서비스 계정 생성 서비스 계정을 생성하고 토큰을 한 번만 표시합니다. 전체 참조: POST /v1/public/accounts/{account_id}/auth/service-accounts
OpenAPI 참조: /openapi.ko.json POST /v1/public/accounts/{account_id}/auth/service-accounts

계정 서비스 계정 토큰 회전

POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate 계정 서비스 계정 토큰 회전 서비스 계정 토큰을 회전하고 대체 토큰을 한 번만 표시합니다. 전체 참조: POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate
OpenAPI 참조: /openapi.ko.json POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate

계정 서비스 계정 취소

DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} 계정 서비스 계정 취소 서비스 계정과 활성 토큰을 취소합니다. 전체 참조: DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}
OpenAPI 참조: /openapi.ko.json DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}