latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

ProviderAuthorizations

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

get/provider_authorizations

Query parameters

fieldsstring

Headers

X-HTTP-Method-Overridestring

Response

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

total_resultsinteger required
pageinteger required
per_pageinteger required

Example response

{
  "results": [
    {
      "provider_name": "google_oauth2",
      "scope": "email,user_photos"
    }
  ]
}