Skip to main content

Customize Id For Client (USER DATA) (For Partner)

HTTP Request

POST /sapi/v1/apiReferral/customization

Request Parameters

NameTypeMandatoryDescription
customerIdSTRINGYES
emailSTRINGYES
recvWindowLONGNO
timestampLONGYES
  • CustomerId must be unique
  • For the same email, the customerId will be modified in real time

Example Response

{
"customerId": "abc123",
"email": "test12345@126.com"
}