# List Authorizations

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

List account-scope authorizations.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| account_id | path | string | yes |  |
| subject_type | query | SubjectType | null | no |  |
| subject_id | query | string | null | no |  |
| grant_kind | query | GrantKind | null | no |  |
| capability_key | query | string | null | no |  |
| include_revoked | query | boolean | no |  |

## Responses

### 200



### 422

Validation Error
