resend webhook
GET
https://api.whatsiplus.com/webhook/resend/APIKEY
Retrieve Webhook Resend Response
Response
{
"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.Request
None
Request samples
Responses
Modified at 2024-05-21 20:49:31