Developer integration manual
# Access Point:
POST http://passport.karofind.in/index.php?route=gateway
# Headers:
Content-Type: application/x-www-form-urlencoded
# Required:
- api_key : ""
- api_id : (API Pipeline ID)
- (dynamic variables)
# Standard Integration Model:
curl -X POST "http://passport.karofind.in/index.php?route=gateway" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "api_key=&api_id=1&aadhaar=123456789012"