Skip to content

Start authorization-code flow

GET
/oauth/authorize
curl --request GET \
--url 'https://api.muninx.com/oauth/authorize?response_type=code&client_id=example&redirect_uri=https%3A%2F%2Fexample.com&scope=example&code_challenge=example&code_challenge_method=S256' \
--header 'Authorization: Bearer <token>'
response_type
required
string
Allowed values: code
client_id
required
string
redirect_uri
required
string format: uri
scope
required
string
state
string
code_challenge
required
string
code_challenge_method
required
string
Allowed values: S256
resource
string format: uri

Sign-in or consent page

Redirect with authorization code or error