Get Client Email Customized Id (USER DATA)
HTTP Request
GET /fapi/v1/apiReferral/customization
Weight
100
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
customerId | STRING | NO | |
STRING | NO | ||
page | LONG | NO | default 1 |
limit | LONG | NO | items num of one page,default 100,max 1000 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- CustomerId and email can not be sent at the same time
Example Response
[
{
"customerId": "abc123",
"email": "[email protected]"
},
{
"customerId": "abc345",
"email": "[email protected]"
}
]