Get Client Email Customized Id (USER DATA) (For Partner)
HTTP Request
GET /sapi/v1/apiReferral/customization
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
customerId | STRING | NO | |
STRING | NO | ||
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- 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"
}
]