WhatsApp Session Generator API | Version 1.0.0
https://dev-zikky-pair.onrender.com/api
π OPEN
Generate WhatsApp pairing code and receive session files on WhatsApp.
GET https://dev-zikky-pair.onrender.com/api?number=234810XXXXXXX
{
"status": true,
"creator": "DEV ZIKKY TECH",
"code": "1234-5678",
"phone": "+234810XXXXXXX",
"time": "2026-05-24 12:00:00",
"website": "https://dev-zikky-pair.onrender.com",
"message": "β
Enter this code in WhatsApp > Linked Devices"
}
Check if the API is online and healthy.
{
"status": true,
"creator": "DEV ZIKKY TECH",
"online": true,
"time": "2026-05-24 12:00:00"
}
View this documentation page (HTML).
Generate WhatsApp session directly from our web interface
{
"status": false,
"creator": "DEV ZIKKY TECH",
"message": "Provide phone number",
"example": "/api?number=234810XXXXXXX"
}
{
"status": false,
"creator": "DEV ZIKKY TECH",
"message": "Invalid phone number"
}