Get access to the information of affiliate’s manager
Response body parameters
Example request
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_manager": {
"id": 1,
"name": "TEST test",
"email": "test@test.com",
"instant_message_type": "1",
"instant_message_account": "test@test.com",
"phone": "+1(380)013-8000",
"country": "Chile"
}
}
}Last updated