🔧 Fix My Truck Technical Demo

Interactive API Testing and Integration Guide

Live API: https://365assist.fixmytruck.com.au

🚀 Quick Start Testing

1. Health Check (No Auth Required)

curl https://365assist.fixmytruck.com.au/health
Test Now →

2. Create Job

curl -X POST https://365assist.fixmytruck.com.au/job/create \ -H "Content-Type: application/json" \ -H "Authorization: Bearer demo-token" \ -d '{ "order_number": "DEMO-' + Date.now() + '", "caller_name": "Test User", "caller_phone": "+61-2-9999-8888", "service_type": "Emergency Demo", "problem_description": "API Testing", "location": { "address": "123 Demo St, Sydney NSW 2000", "lat": -33.8688, "lng": 151.2093 }, "priority": "HIGH" }'

3. Webhook Notifications (FMT → External Systems)

These endpoints receive notifications from FMT and forward them to configured external systems:

Configuration: Set ASSIST_365_WEBHOOK_URL environment variable

# Configure webhook endpoint wrangler secret put ASSIST_365_WEBHOOK_URL # Enter: https://365assist-api.com/webhooks/fmt wrangler secret put EXTERNAL_API_TOKEN # Enter: your-365assist-api-token

4. Integration Endpoints

📚 Documentation Links

Main API Docs API Info Health Check

🌍 Deployment Info

Edge Location: YYZ

Deployment: Cloudflare Workers

Developer: eDeal Australia Pty. Ltd.