> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# getApplicationScopes

> Get the allowed scopes of the application using 'Basic <API_KEY>'.

Get the allowed scopes of the application using 'Basic \<API\_KEY>'.

```graphql theme={null}
query {
  getApplicationScopes: [ScopeType]
}
```

## Returns

[`[ScopeType]`](/api-reference/types/scope-type) — Enum describing the various types of access scopes available within the system.
