get https://api.easyship.com/oauth2/authorize
Redirect a user to this endpoint (on auth.easyship.com domain) for authentication on Easyship.
After successful authentication, the user will be redirected back to redirect_uri
with a code
(and state
) parameter in the query string.
The code
can then be exchanged for an access token using the OAuth2 Token endpoint.