Authorize an OAuth connector
Create an OAuth authorization URL for a provider. Use this to start a browser-based consent flow.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Comma-separated scopes to request. Replaces the default scope set for this authorization URL.
"chat:write,channels:read"
Comma-separated scopes to add to any scopes already granted for this provider.
"reactions:write,files:read"
OAuth callback URI. Defaults to the Sprites API callback for the provider.
"https://api.sprites.dev/v1/oauth/slack/callback"
Optional state value. If omitted, Sprites generates one that ties the callback to the organization.
"opaque-state"