> ## 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

Auth service accounts 엔드포인트에 대한 생성된 참조입니다.

이 생성된 페이지는 Auth service accounts 카테고리의 모든 공개 API 작업을 그룹화합니다.

## 엔드포인트

* [GET /v1/public/accounts/\{account\_id}/auth/service-accounts](/ko/api/v1/public/accounts/account_id/auth/service-accounts/get) - 계정 서비스 계정 목록
* [POST /v1/public/accounts/\{account\_id}/auth/service-accounts](/ko/api/v1/public/accounts/account_id/auth/service-accounts/post) - 계정 서비스 계정 생성
* [POST /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}/rotate](/ko/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/rotate/post) - 계정 서비스 계정 토큰 회전
* [DELETE /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}](/ko/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/delete) - 계정 서비스 계정 취소

## 계정 서비스 계정 목록

**GET** `/v1/public/accounts/{account_id}/auth/service-accounts`

계정 서비스 계정 목록

계정의 서비스 계정을 나열합니다.

전체 참조: [GET /v1/public/accounts/\{account\_id}/auth/service-accounts](/ko/api/v1/public/accounts/account_id/auth/service-accounts/get)

<Note>
  OpenAPI 참조: `/openapi.ko.json GET /v1/public/accounts/{account_id}/auth/service-accounts`
</Note>

## 계정 서비스 계정 생성

**POST** `/v1/public/accounts/{account_id}/auth/service-accounts`

계정 서비스 계정 생성

서비스 계정을 생성하고 토큰을 한 번만 표시합니다.

전체 참조: [POST /v1/public/accounts/\{account\_id}/auth/service-accounts](/ko/api/v1/public/accounts/account_id/auth/service-accounts/post)

<Note>
  OpenAPI 참조: `/openapi.ko.json POST /v1/public/accounts/{account_id}/auth/service-accounts`
</Note>

## 계정 서비스 계정 토큰 회전

**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](/ko/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/rotate/post)

<Note>
  OpenAPI 참조: `/openapi.ko.json POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate`
</Note>

## 계정 서비스 계정 취소

**DELETE** `/v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}`

계정 서비스 계정 취소

서비스 계정과 활성 토큰을 취소합니다.

전체 참조: [DELETE /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}](/ko/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/delete)

<Note>
  OpenAPI 참조: `/openapi.ko.json DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}`
</Note>

<script src="/locale-bridge.js" />
