Skip to main content

Get Client Email Customized Id

Get Client Email Customized Id (USER DATA)

GET /fapi/v1/apiReferral/customization

Weight:100

Parameters:

NameTypeMandatoryDescription
customerIdSTRINGNO
emailSTRINGNO
pageLONGNOdefault 1
limitLONGNOitems num of one page,default 100,max 1000
recvWindowLONGNO
timestampLONGYES
  • CustomerId and email can not be sent at the same time

Response:

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

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