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.

GETSend OTP

https://app.jetmsg.in/api/v1/otp/?AuthKey=1b6303-7aa01e-039d1a-41a74b-08f4e9&SenderId=YOFLIC&Mobile=7070300613&len=10&otp=012100&message=Your OTP is @OTP@, dont share with anyone.&etime=300&tempid=DLT approved template id
PARAMS
AuthKey

1b6303-7aa01e-039d1a-41a74b-08f4e9

API Key

SenderId

YOFLIC

Sender Name

Mobile

7070300613

10 digit mobile number

len

10

Optional (Between 4-10 characters)

otp

012100

Optional (if blank otp will generate automatically)

message

Your OTP is @OTP@, dont share with anyone.

Optional (if blank Message will generate automatically)

etime

300

Optional (Pass in second, if blank by default time expiry in 900 seconds)

tempid

DLT approved template id

Integer (Required)

Example Request
curl
curl --location 'https://jetmsg.in/api/v1/otp/?AuthKey=1b6303-7aa01e-039d1a-41a74b-08f4e9&SenderId=YOFLIC&Mobile=7070300613&len=6&otp=012100&message=Your%20OTP%20is%20%40OTP%40&etime=300'
200 OK
Example Response
json
{
  "success": true,
  "messageid": 63385
}
Date

Wed, 17 Feb 2021 05:18:44 GMT

Server

Apache

Upgrade

h2,h2c

Connection

Upgrade, Keep-Alive

Keep-Alive

timeout=300, max=500

Transfer-Encoding

chunked

Content-Type

application/json

GETResend OTP

https://app.jetmsg.in/api/v1/otp/Resend.php?AuthKey=1b6303-7aa01e-039d1a-41a74b-08f4e9&msgid=7070300613
PARAMS
AuthKey

1b6303-7aa01e-039d1a-41a74b-08f4e9

API KEY

msgid

7070300613

Pass Mobile Number/Message Id

Example Request
curl
curl --location 'https://jetmsg.in/api/v1/otp/Resend.php?AuthKey=1b6303-7aa01e-039d1a-41a74b-08f4e9&msgid=7070300613'
200 OK
Example Response
json
{
  "success": true,
  "messageid": "OTP Resend Successfully"
}
Date

Wed, 17 Feb 2021 17:09:45 GMT

Server

Apache

Upgrade

h2,h2c

Connection

Upgrade, Keep-Alive

Keep-Alive

timeout=300, max=500

Transfer-Encoding

chunked

Content-Type

application/json