{"message":"Email Catch-All API - Multi-Domain SaaS","version":"2.0.0","authentication":"Required: X-API-Key header","endpoints":{"Domain Management":{"POST /domains":"Add a new domain (returns API key)","GET /domains/me":"Get current domain info","DELETE /domains/me":"Delete current domain"},"Webhook Management":{"POST /webhooks":"Create a webhook (catch-all or specific email)","GET /webhooks":"List all webhooks for your domain","GET /webhooks/{id}":"Get specific webhook","PUT /webhooks/{id}":"Update a webhook","DELETE /webhooks/{id}":"Delete a webhook"},"Email Management":{"GET /emails":"List emails for your domain (supports filters)","GET /recipient/{email}":"Get emails for specific recipient in your domain","GET /emails/{uuid}":"Get specific email by UUID","GET /emails/{uuid}/raw":"Get raw email content","DELETE /emails/{uuid}":"Delete an email","GET /stats":"Get email statistics for your domain"}}}