e-Próspera
Reference

Start the OAuth authorization-code flow

View as Markdown
GET
/api/oauth/authorize

Query Parameters

response_type*"code"

Value in

  • "code"
client_id*string
redirect_uri*string
Formaturi
scope*string
state*string
code_challenge?string
code_challenge_method?"S256"

Value in

  • "S256"
nonce?string
response_mode?string

Value in

  • "query"
  • "fragment"
  • "form_post"
prompt?string
max_age?integer
Range0 <= value
login_hint?string

Response Body

text/html

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/oauth/authorize?response_type=code&client_id=string&redirect_uri=http%3A%2F%2Fexample.com&scope=string&state=string"
"string"