1
User navigates to your OAuth Login Page
User navigates to your OAuth Login Page
2
Upon successful login control is passed back with a request_token
Upon successful login control is passed back with a
request_token to the registered redirect URL3
Quicko exchanges short lived request_token with a long lived access_token
Quicko exchanges short lived
request_token with a long lived access_token4
Quicko can now import data using APIs
Quicko can now import data using APIs provided by you using
access_tokenNoteAn optional redirect param should be supported by your OAuth login endpoint, which will be used to navigate the user after a successful login attempt. Redirect URL request parameter must be Base64 encoded, eg:
https://join.quicko.com will be used like:Authorize Endpoint
The authorize endpoint is used to exchange a request token for a resource owner’s access token.Authorize Request
Authorize Request
API Reference
| HTTP Method | Resource | Description |
|---|---|---|
| GET | /oauth/authorize?request_token={{request_token}} | Requires Request Token |