Planet · OAuth Scopes
Planet OAuth Scopes
OAuth 2.0
searched
Planet publishes 5 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Planet API on a user’s behalf.
Tokens are issued from https://login.planet.com/oauth/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
Satellite ImageryEarth ObservationGeospatialRemote SensingMappingAnalyticsLocationDataGISCompany
Scopes: 5
Flows: authorizationCode, clientCredentials
Method: searched
OAuth endpoints
Authorization URL
https://login.planet.com/authorize
https://login.planet.com/authorize
Token URL
https://login.planet.com/oauth/token
https://login.planet.com/oauth/token
Flows
authorizationCodeclientCredentials
authorizationCodeclientCredentials
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| planet | Access to all Planet APIs (the primary API-access scope). | authorizationCode, clientCredentials |
| offline_access | Issue a refresh token so a user session can be renewed without re-login. | authorizationCode |
| openid | OpenID Connect - authenticate the user and return an ID token. | authorizationCode |
| profile | Access the user's basic profile claims (name, nickname, picture, etc.). | authorizationCode |
| Access the user's email address and verification status. | authorizationCode |
📄 Provider scope reference: https://docs.planet.com/develop/authentication/