Clean Fill Network

Documentation

Everything you need to get the most out of Clean Fill Network

Developer Tools

API Quick Reference

Integrate Clean Fill Network into your applications with our RESTful API.

GET/v1/listingsList all listings
POST/v1/listingsCreate a listing
GET/v1/searchSearch marketplace
View Full API Docs
curl -X GET "https://api.cleanfill.net/v1/listings" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

{
  "data": [
    {
      "id": "lst_abc123",
      "type": "have",
      "material": "clean_fill",
      "quantity": 500,
      "unit": "cubic_yards"
    }
  ]
}
Documentation version: 2.4.0Last updated: December 5, 2024