---
title: "Third-party accounts the authenticated user has authorized iNat to access on their behalf"
method: GET
path: "/provider_authorizations"
tags: ["ProviderAuthorizations"]
---

# Third-party accounts the authenticated user has authorized iNat to access on their behalf

`GET /provider_authorizations`

## Query parameters

- `fields` string

## Headers

- `X-HTTP-Method-Override` string

## Response `200`

List of third-party accounts the authenticated user has authorized iNat to access on their behalf

- ResultsProviderAuthorizations
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` ProviderAuthorization[], required
    - `created_at` string, date-time
    - `id` integer, required
    - `provider_name` 'apple' | 'facebook' | 'flickr' | 'google_oauth2' | 'open_id' | 'orcid' | 'soundcloud' | 'twitter' — Name of the provider from a controlled vocabulary. The `open_id` means Yahoo in this context
    - `provider_uid` string, nullable — Unique identifier for the user from the provider
    - `scope` string, nullable — Comma-separated list of OAuth scopes granted by the provider
    - `updated_at` string, date-time
    - `user_id` integer

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