Skip to main content
GET
Download the OAuth app-registration manifest

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Response

200 - application/json

The OAuth app-registration manifest, sent as a downloadable attachment.

schema
enum<string>
required

Manifest schema marker.

Available options:
orbit.oauth-app/v1
appVersion
string
required

App-definition semver.

authorization
object
required

Authorization-code + PKCE flow metadata and the authorization/token/revocation endpoints under your host.

client
object
required

Placeholder client fields (name, redirect URIs, default scope, logo/homepage) the developer replaces.

scopeCatalog
object[]
required

The full grantable-scope catalog for the scope picker.

connectionLabel
string

Human label for the tenant the manifest targets.