Ellipsis Drive · OAuth Scopes

Ellipsis Drive OAuth Scopes

OAuth 2.0 searched

Ellipsis Drive publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Ellipsis Drive API on a user’s behalf.

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.

CompanyGeospatialSpatial DataGISMappingData ManagementRasterVectorOGCCloud StorageRemote Sensing
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.ellipsis-drive.com/v3/oauth/authorize
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
projects Allows the use of all API calls except those in /settings/account. This is the default and currently the only supported OAuth scope. authorizationCode

Source

OAuth Scopes

ellipsis-drive-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.ellipsis-drive.com/developers/api-v3/oauth/authorization
docs: https://docs.ellipsis-drive.com/developers/api-v3/oauth/authorization
schemes:
- name: oauth2
  source: docs
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.ellipsis-drive.com/v3/oauth/authorize
scopes:
- scope: projects
  description: >-
    Allows the use of all API calls except those in /settings/account. This is the default and
    currently the only supported OAuth scope.
  flows: [authorizationCode]
  sources: [docs]