Get OAuth2 Authorization URL
Allows third-party applications to obtain the one-click authorization entry URL to guide merchants to complete authorization.
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_oauth_authorize_url?client_id=undefined&redirect_uri=undefined&state=undefined&scope=undefined'
Responses
{
"code": 0,
"message": "success",
"time": 1772087676,
"request_id": "771197f10769e3a2465c9b332e63bb59",
"data": {
"authorize_url": "string"
}
}
Modified at 2026-05-25 12:03:36