latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

AuthorizedApplications

Applications the authenticated user has authorized to access their iNat account

get/authorized_applications

Query parameters

fieldsstring

Headers

X-HTTP-Method-Overridestring

Response

A list of authorized applications

total_resultsinteger required
pageinteger required
per_pageinteger required

Example response

{
  "results": [
    {
      "application": {
        "name": "iNaturalist iPhone App"
      }
    }
  ]
}