cURL
curl --request GET \ --url https://api.example.com/auth/oauth/authorize
{ "authorization_url": "<string>" }
Successful Response
Was this page helpful?