Trustoo
  1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Create shop webhook
      POST
    • Update shop webhook
      POST
    • Delete shop webhook
      POST
    • Get shop webhooks
      GET
    • Get review list
      GET
    • Get order list
      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
  1. Reviews Data API

Create customer exclusion

Testing
POST
/api/v1/openapi/create_customer_exclude
Create a specific customer to cancel the invitation email

Request

Header Params

Body Params application/json

Example
{
    "email": "example@gmail.com"
}

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 --request POST 'https://rapi.trustoo.io/api/v1/openapi/create_customer_exclude' \
--header 'Public-Token: LRdYcBTXZ65HsRtavPdQuA==' \
--header 'Sign: ae6670c71c81ff5367fa649b2104b27b069710446b578a8e443444ae6c1c8489' \
--header 'Timestamp: 1753697504' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "example@gmail.com"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 0,
    "message": "success",
    "time": 1753697614,
    "request_id": "a5e035d9757d46a247855d8f3fba73ad",
    "data": {
        "customer_id": "23044610359590",
        "first_name": "",
        "last_name": "",
        "email": "",
        "phone": "",
        "created_at": "2025-07-28T10:13:34Z",
        "updated_at": "2025-07-28T10:13:34Z"
    }
}
Modified at 2025-07-28 10:51:07
Previous
Delete review
Next
Delete customer exclusion
Built with