GET /webhooks

Interactive web interface for transforming Discord webhook URLs to provider-specific formats.

Returns an HTML page where users can:

  • Paste their Discord webhook URL
  • Select a provider (Doppler, etc.)
  • Get the transformed URL instantly
  • Copy the URL to clipboard

This is a static HTML page - no authentication required.

Responses

  • 200 text/html

    HTML page for webhook transformation

GET /webhooks
curl \
 --request GET 'https://api.4mina.app/webhooks'
Response examples (200)
<!DOCTYPE html>...