/restapi/oauth/authorize

POST {{baseUrl}}/restapi/oauth/authorize

OAuth2 Authorize

Request Body

{"response_type"=>"<string>", "client_id"=>"<string>", "redirect_uri"=>"<string>", "state"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring