Skip to main content

Customize Id For Client (USER DATA)(For Partner)

HTTP Request

POST /fapi/v1/apiReferral/customization

Weight

100

Request Parameters

NameTypeMandatoryDescription
customerIdSTRINGYES
emailSTRINGYES
recvWindowLONGNO
timestampLONGYES
  • CustomerId must be unique

Example Response

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