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
Example response
{
"results": [
{
"provider_name": "google_oauth2",
"scope": "email,user_photos"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.