{
"pending": integer,
"apiKey": string,
"message": string,
"url": string
}
pending
: (integer) The count of pending messages.apiKey
: (string) The API key of your service.message
: (string) A message, A description of how many messages were resent.url
: (string) The URL associated with the webhook.curl --location --request GET 'https://api.whatsiplus.com/webhook/resend/APIKEY'
{
"pending": 4,
"apiKey": "APIKEY",
"message": "Resend 4 messages to https://webhook.site/6a61d7c8-43bf-4e5b-b554-9aa727f9a00e",
"url": "https://webhook.site/6a61d7c8-43bf-4e5b-b554-9aa727f9a00e"
}