Sends a test webhook to the specified URL and returns the result.
Use case. Verify your webhook endpoint is correctly configured before using it in production.
Payload types:
success - simulates successful code retrieval with verification datafailed - simulates failed code retrieval with error messageYour endpoint must return HTTP 200 to indicate successful receipt.
Testing tool. Use https://webhook.site to get a temporary URL for testing.
No persistence. Test webhooks are not stored in delivery history.
API-key that you received from Telegram Bot.
Result of webhook test request.
Result of webhook test request.
Whether the webhook was delivered successfully (HTTP 200).
true
HTTP status code returned by your endpoint.
-9007199254740991 <= x <= 9007199254740991200
Response time in milliseconds.
-9007199254740991 <= x <= 9007199254740991150
Response body from your endpoint (truncated to 1000 characters).
"OK"
Error message if delivery failed.