Skip to content

MngGetKycProfiles

Returns KYC profiles, optionally filtered by brand and status.

Request

{
  "command": "MngGetKycProfiles",
  "data": {
    "brand": "default",
    "status": 2
  }
}

Response

{
  "rows": [
    {
      "id": 1,
      "customer_id": 100,
      "brand": "default",
      "status": 2,
      "current_level": 0,
      "required_level": 1,
      "risk_level": 0
    }
  ]
}