These docs are for v2023.01. Click to read the latest docs for v2024.09.

Authorize user on Easyship

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

OAuth 2 Client ID

uri
required

OAuth 2 Redirect URI

string
enum
required
Allowed:
string
required

OAuth 2 Scopes separated by space. All Public API scopes are supported, but they must be allowed on the Partner Application on the Dashboard.

string

String that will be returned with the code to your redirect_uri (e.g., for validation).

Response
200

redirection

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