Get Timers API allows you to see the templateTimeLeft and conversationTimeLeft for a specific number.



Settings:

URL

https://api.99digital.co.il/whatsapp/v2/getTimers

Method

JSON via POST



Body:

Parameter

Description / Example

apiKey

Your API key for the service

from

your WhatsApp account. international number without +. for example: 972771234567

number

the phone number you want to check. international number, example: 972551234567



Response:


{
"status": "OK",
"number": "972529988776",
"templateTimeLeft": "400",
"reason": 1
}



Response-Explain:

Parameter

Description

status

OK or FAIL

number

the number you sent

templateTimeLeft

amount of minutes left since client's last message. if passed, you must use Template Message. This value resets every time the client is sending you a message.

conversationTimeLeft

Deprecated

this value is no longer in use.

Conversation time left is now part of the webhook response instead.

This parameter will be removed in future updates. until then, this value will show 0 always.

reason

'reason' is the status explanation in case of FAIL

1

not FAIL. the status is OK

2

Your "from" number account does not exist

3

wrong apiKey

4

 'number' is either empty or wrong number format

Created with the Personal Edition of HelpNDoc: Free Kindle producer