curl --request GET \
--url https://sandbox-api.kotanipay.com/api/v3/kyc/status/{kycId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Successfully retrieved kyc status",
"data": {
"status": "<string>",
"kycId": "<string>",
"kycStatus": true
}
}This api will get kyc status
curl --request GET \
--url https://sandbox-api.kotanipay.com/api/v3/kyc/status/{kycId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Successfully retrieved kyc status",
"data": {
"status": "<string>",
"kycId": "<string>",
"kycStatus": true
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.