pending webhook
GET
/webhook/pending/APIKEYGet Webhook Pending Count
This endpoint retrieves the number of messages currently queued in the webhook.
Request
None
Request samples
Responses
pending webhook(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
required
pendingCount
integer
required
apiKey
string
required
message
string
required
url
string
required
Examplepending webhook
{
"status": "true",
"pendingCount": 0,
"apiKey": "APIKEY",
"message": "NO pending message",
"url": "https://whatsiplus.com/webhook"
}
Last modified: 5 months ago