get https://example.com/auth/api/v1/oauth/authorize
Redirects the request to login. OAuth2.0 Authorize Request
Log in to see full request history
Responses
307Temporary redirect
Redirects the request to login. OAuth2.0 Authorize Request
307Temporary redirect
xxxxxxxxxx
curl --request GET \
--url https://example.com/auth/api/v1/oauth/authorize \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: