Skip to content

MngGetKycStepTemplates

Returns KYC step templates, optionally filtered by brand and status.

Request

{
  "command": "MngGetKycStepTemplates",
  "data": {
    "brand": "default",
    "status": 0
  }
}

Parameters

Name Type Required Description
brand string No Brand namespace
status int No Template status

Response

{
  "rows": [
    {
      "id": 1,
      "brand": "default",
      "level": 1,
      "code": "proof_id",
      "name": "Proof of identity",
      "requirements": {},
      "form_schema": {}
    }
  ]
}