Skip to main content
GET
/
store
/
kyc-document
List KYC documents
curl --request GET \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/store/kyc-document \
  --header 'X-Api-Key: <api-key>'
{
  "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
  }
}

Authorizations

X-Api-Key
string
header
required

API key for your store

Response

OK

message
string
success
boolean
content
object