Skip to main content

Get Client Email Customized Id

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

GET /sapi/v1/apiReferral/customization

Parameters:

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

Response:

[

{

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

},
{

"customerId":"abc345",
"email":"[email protected]"

}

]