Initiate the OAuth Authorization Code flow.get {protocol}://{base-url}/oauth/v1/authorizeQuery Paramsresponse_typestringenumrequiredcodeAllowed:coderesponse_modestringenumDefaults to queryqueryAllowed:queryredirect_uriurirequiredclient_idstringrequiredcode_challenge_methodstringenumS256Allowed:S256code_challengestringstatestringscopestringHeadersacceptstringenumDefaults to application/jsonapplication/jsontext/htmlAllowed:application/jsontext/htmlResponses 200Authorization page rendered successfully. 302Redirects to the client’s redirect URI with code and optional state. 400Malformed request.Updated about 2 months ago