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

> Generated reference for Auth authorizations endpoints.

# Auth authorizations

Generated reference for Auth authorizations endpoints.

This generated page groups every public API operation in the Auth authorizations category.

## Endpoints

* [GET /v1/public/accounts/\{account\_id}/auth/authorizations](/en/api/v1/public/accounts/account_id/auth/authorizations/get) - List Authorizations
* [POST /v1/public/accounts/\{account\_id}/auth/authorizations](/en/api/v1/public/accounts/account_id/auth/authorizations/post) - Grant Authorization
* [DELETE /v1/public/accounts/\{account\_id}/auth/authorizations/\{grant\_id}](/en/api/v1/public/accounts/account_id/auth/authorizations/grant_id/delete) - Revoke Authorization

## List Authorizations

**GET** `/v1/public/accounts/{account_id}/auth/authorizations`

List Account Authorizations

List account-scope authorizations.

Full reference: [GET /v1/public/accounts/\{account\_id}/auth/authorizations](/en/api/v1/public/accounts/account_id/auth/authorizations/get)

<Note>
  OpenAPI reference: `/openapi.en.json GET /v1/public/accounts/{account_id}/auth/authorizations`
</Note>

## Grant Authorization

**POST** `/v1/public/accounts/{account_id}/auth/authorizations`

Grant Account Authorization

Create an account-scoped authorization.

Full reference: [POST /v1/public/accounts/\{account\_id}/auth/authorizations](/en/api/v1/public/accounts/account_id/auth/authorizations/post)

<Note>
  OpenAPI reference: `/openapi.en.json POST /v1/public/accounts/{account_id}/auth/authorizations`
</Note>

## Revoke Authorization

**DELETE** `/v1/public/accounts/{account_id}/auth/authorizations/{grant_id}`

Revoke Account Authorization

Revoke an account-scoped authorization.

Full reference: [DELETE /v1/public/accounts/\{account\_id}/auth/authorizations/\{grant\_id}](/en/api/v1/public/accounts/account_id/auth/authorizations/grant_id/delete)

<Note>
  OpenAPI reference: `/openapi.en.json DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}`
</Note>

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