# List connected OAuth apps

Returns all OAuth apps the authenticated user has authorized.

Endpoint: GET /public/v1/oauth/apps/
Version: 1.0.0
Security: Bearer

## Response 200 fields (application/json):

  - `id` (integer, required)
    Unique identifier of the authorization, used to disconnect the app.

  - `name` (string, required)
    Display name of the connected application.

  - `client_id` (string, required)
    OAuth client_id of the connected application.

  - `granted_scopes` (array, required)
    Scopes the user granted to this application.

  - `created_at` (string, required)
    When the application was first authorized.


## Response 400 fields

## Response 401 fields

## Response 422 fields
