Skip to main content
GET
/
oauth
/
authorize
Start OAuth authorization
curl --request GET \
  --url https://api.peel.sh/oauth/authorize \
  --header 'Key: <api-key>'

Authorizations

Key
string
header
required

Query Parameters

client_id
string
redirect_uri
string<uri>
code_challenge
string
code_challenge_method
string
scope
string
state
string

Response

302

Redirects to the consent screen.