post/oauth-server/authorize
Query parameters
client_idstring required
The Routine OAuth client identifier.
redirect_uristring required
The callback URL.
response_typestring required
Always pass "code".
{"stackTrail":"paths:/oauth-server/authorize:post:parameters:5:schema","oasType":"schema","type":"unknown"}
An arbitrary state that will be yielded back when exchanging the token.
Headers
Response
Redirect to the client's uri with an authorization code.