Skip to main content

Get Client Email Customized Id (USER DATA) (For Partner)

HTTP Request

GET /sapi/v1/apiReferral/customization

Request Parameters

NameTypeMandatoryDescription
customerIdSTRINGNO
emailSTRINGNO
recvWindowLONGNO
timestampLONGYES
  • CustomerId and email can not be sent at the same time

Example Response

[
{
"customerId":"abc123",
"email":"testABCD@gmail.com"
},
{
"customerId":"abc345",
"email":"testABCD@gmail.com"
}
]