1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Get OAuth2 Authorization URL
      GET
    • OAuth2 Get Access Token
      POST
    • Revoke Token
      POST
    • Disconnect Authorization
      POST
    • Get Shop Authorization Info
      GET
    • Get Shop Installation Status
      GET
    • Create shop webhook
      POST
    • Update shop webhook
      POST
    • Delete shop webhook
      POST
    • Get shop webhooks
      GET
    • Get review detail
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get rating
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
    • Get the video upload url
      GET
    • Create review
      POST
    • Delete review
      POST
    • Create customer exclusion
      POST
    • Delete customer exclusion
      POST
    • Get customer exclusion list
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Reviews Data API

Get Shop Installation Status

GET
/api/v1/openapi/get_shop_install_status
Platform credential authentication; does not verify if the shop is authorized. Used to check if the target shop has completed OAuth authorization before installation

Request

Authorization
API Key
Add parameter in header
Example:
X-Token: ********************
or
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 'https://rapi.trustoo.io/api/v1/openapi/get_shop_install_status?client_id=trustwill&client_secret=trustwill_2026&shop_id=72738668786&myshopify_domain=example.myshopify.com'

Responses

🟢200
application/json
Successful response
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "time": 1772087676,
    "request_id": "771197f10769e3a2465c9b332e63bb59",
    "data": {
        "is_installed": true,
        "installed_at": "string"
    }
}
Modified at 2026-06-15 03:24:39
Previous
Get Shop Authorization Info
Next
Create shop webhook
Built with