Complete guide to integrate and use our APIs
Welcome to APIZONE! Our APIs provide secure and reliable access to various verification and business services. This documentation will help you integrate our APIs quickly and efficiently.
Sign up to get your API key and start integrating within minutes.
All API requests require authentication using your unique API key. Include your API key as a query parameter in every request.
GET https://live.kycapizone.in/api/v2/pan_advance/aadharverify.php?api_key=YOUR_API_KEY&aadhaar_no=9999
All API requests should be made to our secure endpoint:
https://live.kycapizone.in/api/
✅ All requests must use HTTPS
✅ API is available 24/7 with 99.9% uptime
✅ Global CDN for fast response times
All API responses are returned in JSON format with a consistent structure:
{
"request_id": "REQ_68b0301d1c26a",
"success": true,
"status": "100",
"message": "Request processed successfully",
"metadata": {
"billable": "Y"
},
"result": {
// API specific data
"source": "live_api"
},
"request_timestamp": "2025-08-28T16:01:57+05:30",
"response_timestamp": "2025-08-28T16:01:57+05:30"
}
{
"request_id": "REQ_68300f3596c6e",
"success": false,
"status": "400",
"message": "Invalid input parameters",
"metadata": {
"billable": "N"
},
"result": null,
"request_timestamp": "2025-08-28T16:03:41+05:30",
"response_timestamp": "2025-08-28T16:03:41+05:30"
}
Access all our APIs documentation in one place.
Common error codes and their meanings:
| Status Code | Error Code | Description |
|---|---|---|
| 100 | SUCCESS | Request processed successfully |
| 401 | INVALID_API_KEY | Invalid API Key or inactive |
| 502 | API_ERROR | Unable to fetch data / External API error |
| 403 | INSUFFICIENT_BALANCE | Wallet balance is less than the fee |
| 400 | INVALID_INPUT | Invalid or empty input parameters |
Our support team is here to help you integrate successfully.
support@apizone.co.in
+91 XXX XXX XXXX