---
title: "Applications the authenticated user has authorized to access their iNat account"
method: GET
path: "/authorized_applications"
tags: ["AuthorizedApplications"]
---

# Applications the authenticated user has authorized to access their iNat account

`GET /authorized_applications`

## Query parameters

- `fields` string

## Headers

- `X-HTTP-Method-Override` string

## Response `200`

A list of authorized applications

- ResultsAuthorizedApplications
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` AuthorizedApplication[], required
    - `application` object, required
      - `id` integer, required
      - `name` string
      - `official` boolean — Whether this application is controlled by iNaturalist itself
    - `created_at` string, date-time
    - `scopes` string[] — List of scopes granted to this application. `login` provides access to information required for logging into a third-party service like user ID, email address, profile pic, etc. `write` allows the application to post content to iNat as the user; `account_delete` allows the application to delete the user's iNat account.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api.md) · [All operations](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inaturalist/inaturalist-version-2-api/revisions/f739db716aaf/schema)
