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

> Riferimento generato per gli endpoint di Auth service accounts.

# Auth service accounts

Riferimento generato per gli endpoint di Auth service accounts.

Questa pagina generata raggruppa tutte le operazioni dell’API pubblica nella categoria Auth service accounts.

## Endpoint

* [GET /v1/public/accounts/\{account\_id}/auth/service-accounts](/it/api/v1/public/accounts/account_id/auth/service-accounts/get) - Elenca account di servizio dell’account
* [POST /v1/public/accounts/\{account\_id}/auth/service-accounts](/it/api/v1/public/accounts/account_id/auth/service-accounts/post) - Crea account di servizio dell’account
* [POST /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}/rotate](/it/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/rotate/post) - Ruota token dell’account di servizio dell’account
* [DELETE /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}](/it/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/delete) - Revoca account di servizio dell’account

## Elenca account di servizio dell’account

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

Elenca account di servizio dell’account

Elenca gli account di servizio dell’account.

Riferimento completo: [GET /v1/public/accounts/\{account\_id}/auth/service-accounts](/it/api/v1/public/accounts/account_id/auth/service-accounts/get)

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

## Crea account di servizio dell’account

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

Crea account di servizio dell’account

Crea un account di servizio e ne mostra il token una sola volta.

Riferimento completo: [POST /v1/public/accounts/\{account\_id}/auth/service-accounts](/it/api/v1/public/accounts/account_id/auth/service-accounts/post)

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

## Ruota token dell’account di servizio dell’account

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

Ruota token dell’account di servizio dell’account

Ruota il token di un account di servizio e ne mostra il sostituto una sola volta.

Riferimento completo: [POST /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}/rotate](/it/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/rotate/post)

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

## Revoca account di servizio dell’account

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

Revoca account di servizio dell’account

Revoca un account di servizio e il suo token attivo.

Riferimento completo: [DELETE /v1/public/accounts/\{account\_id}/auth/service-accounts/\{service\_account\_id}](/it/api/v1/public/accounts/account_id/auth/service-accounts/service_account_id/delete)

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

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