Public
Documentation Settings

JETMSG v1 API Documentation

Get your messages delivered like a Light Jet Speed using our cloud routing technology. Write → Send → Delivered

This is a v1 API documentation.

WhatsApp Messaging APIs

POSTSimple Text Message

https://whatsapp.jetmsg.in/api/create-message
Bodyformdata
appkey

Get from My app section on dashboard

authkey

Get from API credential page in dashboard

to

Number with country code without + sign

message

Text message

sandbox

true/false

Example Request
curl
curl --location 'https://whatsapp.jetmsg.in/api/create-message' \
--form 'appkey=""' \
--form 'authkey=""' \
--form 'to=""' \
--form 'message=""' \
--form 'sandbox=""'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

[GET] Auth Kit

Using Auth Kit API you can send OTP and verify it automatically without any extra headache of OTP expiry/hijacking.

This is totally secured and too easy to use in your Application/Website/Software.