Skip to main content

Customize Id For Client(For Partner)

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

POST /sapi/v1/apiReferral/customization

Parameters:

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

Response:

{
"customerId": "abc123",
"email": "[email protected]"
}