Get OAuth2 Authorization URL
Provides third-party applications with a one-click authorization entry URL to guide merchants through the authorization process
Request
Add parameter in header authorization
Example:authorization: ********************
or
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_oauth_authorize_url?client_id=trustwill&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&state=123456789&scope=read_reviews' \
--header 'authorization: <api-key>'
Responses
{
"code": 0,
"message": "success",
"time": 1772087676,
"request_id": "771197f10769e3a2465c9b332e63bb59",
"data": {
"authorize_url": "string"
}
}
Modified at 2026-06-15 03:24:13