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

# Autorisations

> Référence générée pour les points de terminaison Autorisations.

# Autorisations

Référence générée pour les points de terminaison Autorisations.

Cette page générée regroupe toutes les opérations de l’API publique de la catégorie Autorisations.

## Points de terminaison

* [GET /v1/public/accounts/\{account\_id}/auth/authorizations](/fr/api/v1/public/accounts/account_id/auth/authorizations/get) - Lister les autorisations
* [POST /v1/public/accounts/\{account\_id}/auth/authorizations](/fr/api/v1/public/accounts/account_id/auth/authorizations/post) - Accorder une autorisation
* [DELETE /v1/public/accounts/\{account\_id}/auth/authorizations/\{grant\_id}](/fr/api/v1/public/accounts/account_id/auth/authorizations/grant_id/delete) - Révoquer une autorisation

## Lister les autorisations

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

Lister les autorisations du compte

Liste les autorisations au périmètre du compte.

Référence complète: [GET /v1/public/accounts/\{account\_id}/auth/authorizations](/fr/api/v1/public/accounts/account_id/auth/authorizations/get)

<Note>
  Référence OpenAPI: `/openapi.fr.json GET /v1/public/accounts/{account_id}/auth/authorizations`
</Note>

## Accorder une autorisation

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

Accorder une autorisation de compte

Crée une autorisation au périmètre du compte.

Référence complète: [POST /v1/public/accounts/\{account\_id}/auth/authorizations](/fr/api/v1/public/accounts/account_id/auth/authorizations/post)

<Note>
  Référence OpenAPI: `/openapi.fr.json POST /v1/public/accounts/{account_id}/auth/authorizations`
</Note>

## Révoquer une autorisation

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

Révoquer une autorisation de compte

Révoque une autorisation au périmètre du compte.

Référence complète: [DELETE /v1/public/accounts/\{account\_id}/auth/authorizations/\{grant\_id}](/fr/api/v1/public/accounts/account_id/auth/authorizations/grant_id/delete)

<Note>
  Référence OpenAPI: `/openapi.fr.json DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id}`
</Note>

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