get
https://merchant.shuttleglobal.com/authorize
Initiates the OAuth 2.0 authorization flow on merchant.shuttlestaging.com
Flow:
- Your application redirects the user to this endpoint with required parameters
- This endpoint responds with a 302 redirect to Shuttle's login page
- On the login page, the user authenticates and grants permission to your application
- After successful authentication and consent, the user is redirected to your redirect_url with an authorization code
- Use this code immediately with the /token endpoint to obtain tokens IMPORTANT: The authorization code expires after 15 minutes
Notes:
- The authorization code is valid for only 15 minutes from the time it's generated
- The code can only be used once - subsequent attempts with the same code will fail
- The state parameter is recommended for CSRF protection
- Your redirect_url must match one of your pre-registered URLs
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…