GET
/
store
/
kyc-document
curl --request GET \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/store/kyc-document
{
  "message": "<string>",
  "success": true,
  "content": {
    "kyc_documents": [
      {
        "id": "<string>",
        "document_type": "gst",
        "title": "<string>",
        "description": "<string>",
        "active": true,
        "is_mandatory": true,
        "is_attachment_required": true,
        "verification_type": "auto"
      }
    ],
    "is_kyc_enabled": false
  }
}

Response

200
application/json
OK
message
string
success
boolean
content
object