Get Shop Authorization Info
Request
Add parameter in header authorization
Example:authorization: ********************
or
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_shop_authorization_info?client_id=trustwill&client_secret=oauth_test_secret_2026&shop_id=59730165893&myshopify_domain=undefined' \
--header 'authorization: <api-key>'
Responses
application/json
{
"code": 0,
"message": "success",
"time": 1780644116,
"request_id": "f13ed51db68d51cfbe20efd0e46ea2e5",
"data": {
"is_authorized": true,
"authorized_at": "2026-06-05T07:20:50Z",
"granted_scopes": "read_reviews",
"shop_id": "59730165893",
"myshopify_domain": "tt-qcldev005.myshopify.com"
}
}
Modified at 2026-06-15 03:23:46