Skip to content

MngGetCustomer

Returns one customer by customer_id.

Request

{
  "command": "MngGetCustomer",
  "extID": "1",
  "data": {
    "customer_id": 1
  }
}

Response Data

{
  "customer": {
    "customer_id": 1,
    "email": "[email protected]",
    "phone": "+35700000000",
    "full_name": "John Smith",
    "status": 0
  }
}