Channel partner authorization login. When the third-party channel binds a Gokoo merchant account, it redirects to the Gokoo platform. After the merchant logs in, they are redirected back to the third-party channel with a code parameter. The third-party channel uses this code to obtain the merchant's openid for operating merchant APIs.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/connect/merchant/oauth.html?app_id&redirect_uri&state'
Responses
🔵302
HTTP Redirect to: {REDIRECT_URI}?code={CODE}&state={STATE}