Complete integration guide for fleet operators
/fleet-registerRegister a new fleet partner and receive an API key
None (public endpoint){
"name": "ABC Recovery Services",
"fleet_size": 15,
"coverage_areas": [
"London",
"Manchester"
],
"capabilities": [
"towing",
"recovery",
"roadside"
],
"contact_email": "contact@abcrecovery.com",
"contact_phone": "07700900123"
}{
"success": true,
"partner_id": "uuid-here",
"api_key": "art_live_xxxxxxxxxx",
"message": "Partner registered successfully"
}curl -X POST "https://rohzayllygnhxacxvyfs.supabase.co/functions/v1/fleet-register" \
-H "Content-Type: application/json" \
-d '{
"name": "ABC Recovery Services",
"fleet_size": 15,
"coverage_areas": [
"London",
"Manchester"
],
"capabilities": [
"towing",
"recovery",
"roadside"
],
"contact_email": "contact@abcrecovery.com",
"contact_phone": "07700900123"
}'Use your API key in the x-api-key header for all authenticated requests.
1000 requests per hour. Contact support for higher limits.
Need help? Contact our technical support team 24/7.
Invalid request parameters
Invalid or missing API key
Insufficient permissions
Resource not found
Rate limit exceeded
Server error occurred