API Documentation

Quick Start Guide

Get started with our APIs in minutes. Follow these simple steps:

  1. Register an account or login to your existing account
  2. Browse our API store and purchase the APIs you need
  3. After admin approval, access your API key from the dashboard
  4. Use the API key in your requests to authenticate
  5. Start building amazing applications!

Authentication

All API requests require authentication using your API key. Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Banking

Banking

Bank Account Verification API

Verify bank account details and validate account ownership for secure transactions.

https://api.itworldlappycare.com/v1/bank/verify
curl -X POST https://api.itworldlappycare.com/v1/bank/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Biometric

Biometric

Face Match API

Compare and match faces using advanced AI technology for identity verification.

https://api.itworldlappycare.com/v1/face/match
curl -X POST https://api.itworldlappycare.com/v1/face/match \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Business

Business

GST Info Lookup API

Get complete GST information including business details, registration status, and tax history.

https://api.itworldlappycare.com/v1/gst/lookup
curl -X POST https://api.itworldlappycare.com/v1/gst/lookup \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Email

Email

Smart Invoice Form Link API

This API automatically attaches a secure, unique form link button to every successful payment invoice email. Once the client completes a payment, the confirmation email they receive will include a “Complete Your Form” button. When clicked, it redirects to a dynamic form page linked with the user’s payment ID, ensuring seamless data collection, record-keeping, and client interaction without manual setup.

curl -X POST https://api.itworldlappycare.com/v1/endpoint \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

GST

GST

Auto GST Integration API

This API enables automatic GST calculation and inclusion in all plans or invoices. When a customer purchases any plan or makes a payment, the API dynamically applies the appropriate GST percentage and updates the final payable amount accordingly. It ensures accurate tax compliance and transparent billing, eliminating manual GST handling.

curl -X POST https://api.itworldlappycare.com/v1/endpoint \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Identity

Identity

Aadhaar Masking API

Mask and secure Aadhaar numbers while maintaining verification capabilities.

https://api.itworldlappycare.com/v1/aadhaar/mask
curl -X POST https://api.itworldlappycare.com/v1/aadhaar/mask \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'
Identity

Aadhaar Verification API

Verify Aadhaar numbers and validate identity with government database.

https://api.itworldlappycare.com/v1/aadhaar/verify
curl -X POST https://api.itworldlappycare.com/v1/aadhaar/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'
Identity

Driving License Verification API

Verify driving license details and validate authenticity.

https://api.itworldlappycare.com/v1/dl/verify
curl -X POST https://api.itworldlappycare.com/v1/dl/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'
Identity

PAN Card Verification API

Verify PAN card details and validate authenticity with government database.

https://api.itworldlappycare.com/v1/pan/verify
curl -X POST https://api.itworldlappycare.com/v1/pan/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Payment

Payment

UPI Verification API

Verify UPI IDs and validate payment addresses for secure transactions.

https://api.itworldlappycare.com/v1/upi/verify
curl -X POST https://api.itworldlappycare.com/v1/upi/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Telecom

Telecom

Mobile Number Info API

Get mobile number details including operator, circle, and number type verification.

https://api.itworldlappycare.com/v1/mobile/info
curl -X POST https://api.itworldlappycare.com/v1/mobile/info \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Transport

Transport

Vehicle Number Info API

Retrieve vehicle registration details, owner information, and vehicle specifications by number plate.

https://api.itworldlappycare.com/v1/vehicle/info
curl -X POST https://api.itworldlappycare.com/v1/vehicle/info \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'

Verification

Verification

Email Verification API

Verify email addresses in real-time. Check validity, domain, and deliverability of email addresses.

https://api.itworldlappycare.com/v1/email/verify
curl -X POST https://api.itworldlappycare.com/v1/email/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'
Verification

SMS OTP Verification API

Send and verify OTP via SMS for user authentication. Supports multiple providers and high delivery rates.

https://api.itworldlappycare.com/v1/sms/otp
curl -X POST https://api.itworldlappycare.com/v1/sms/otp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"parameter": "value"}'