TrustWILL
    • Reviews Widget Integration
    • Reviews Data API
      • Trustoo Open API — Quick Start
      • OAuth2
        • OAuth2 Merchant Authorization
        • Get OAuth2 Authorization URL
        • OAuth2 Get / Refresh Access Token
        • Revoke Token
      • Platform Management
        • Disconnect Platform Authorization
        • Get Shop Authorization Info
        • Get Shop Installation Status
        • Cancel Platform Authorization
      • Webhooks
        • Create Shop Webhook
        • Update Shop Webhook
        • Delete Shop Webhook
        • Get Shop Webhooks
      • Reviews
        • Get Review Detail
        • Get Review List
        • Create Review
        • Delete Review
        • Get Rating
      • Media Upload
        • Get Video Upload URL
        • Get Image Upload Credentials
      • Orders
        • Get Order List
      • Customer Events
        • Get Customer Event List
      • Customers
        • Email Unsubscribe
        • Create Customer Exclusion
        • Delete Customer Exclusion
        • Get Customer Exclusion List
    • Schemas
      • SuccessResponse
      • ErrorResponse
      • Pagination
      • OAuthTokenRequest
      • Webhook
      • CreateReviewRequest
      • Review
      • Rating
      • Order
      • CustomerEvent
      • CustomerExclusion
      • ImageUploadCredentials

    OAuthTokenRequest

    {
        "grant_type": "authorization_code",
        "client_id": "string",
        "client_secret": "string",
        "code": "string",
        "redirect_uri": "string",
        "refresh_token": "string",
        "shop_id": 0,
        "myshopify_domain": "string",
        "scope": "string"
    }
    Built with