Authorize user on Easyship

Redirect a user for authentication on Easyship.

The endpoint is part of OAuth 2.0 Authorization Code flow.

🚧

Warning

This endpoint uses auth.easyship.com domain. The full URL, without query params, is https://auth.easyship.com/oauth2/authorize.
This docs platform does not fully support OpenAPI and uses/displays the global URL instead of the correct one.

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 with AUTHORIZATION_CODE request body.

Language
Click Try It! to start a request and see the response here!