{
    "name": "FaxBot Collection API",
    "version": "1.0",
    "endpoints": {
        "collections": {
            "email": {
                "method": "GET",
                "path": "\/collections\/email\/{domain}\/{date}\/{email_id}",
                "description": "Retrieve email data and attachments for fax processing",
                "example": "\/collections\/email\/dev.faxbot.com.au\/2025-09-16\/abc-123-def-456"
            }
        }
    },
    "meta": {
        "timestamp": "2026-04-03T19:36:40+00:00",
        "environment": "faxbot"
    }
}