PlanetScale OAuth

PlanetScale OAuth allows developers to create OAuth applications that can access users' PlanetScale accounts on their behalf. The implementation supports the Authorization Code grant type, enabling third-party applications to authenticate users and obtain delegated access to PlanetScale resources. This is particularly useful for building integrations and tools that need to interact with organization-level PlanetScale endpoints on behalf of multiple users.

API entry from apis.yml

apis.yml Raw ↑
aid: planetscale:oauth
name: PlanetScale OAuth
tags:
- Applications
- Authentication
- Authorization
- OAuth
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.planetscale.com
humanURL: https://planetscale.com/docs/api/planetscale-api-oauth-applications
properties:
- url: https://planetscale.com/docs/api/planetscale-api-oauth-applications
  type: Documentation
description: PlanetScale OAuth allows developers to create OAuth applications that can access users' PlanetScale
  accounts on their behalf. The implementation supports the Authorization Code grant type, enabling third-party
  applications to authenticate users and obtain delegated access to PlanetScale resources. This is particularly
  useful for building integrations and tools that need to interact with organization-level PlanetScale
  endpoints on behalf of multiple users.