Skip to main content

Query Client If New User

Query Client If The New User (USER DATA)

GET /sapi/v1/apiReferral/ifNewUser

Parameters:

NameTypeMandatoryDescription
apiAgentCodeSTRINGYESbrokerId
recvWindowLONGNO
timestampLONGYES

Response:

{
"apiAgentCode": "ABCD1234",
"rebateWorking": false, // If the apiAgentCode is working ( true or false)
"ifNewUser": true, //true: new, false: old
"referrerId": 39472261
}