Create customer exclusion
Testing
Create a specific customer to cancel the invitation email
Request
Body Params application/json
{
"email": "example@gmail.com"
}
Request Code Samples
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
application/json {
"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