Documentation
Everything you need to get the most out of Clean Fill Network
Popular Articles
Getting Started
Platform Features
API Reference
Integrations
Compliance & Safety
Developer Tools
API Quick Reference
Integrate Clean Fill Network into your applications with our RESTful API.
GET
/v1/listingsList all listingsPOST
/v1/listingsCreate a listingGET
/v1/searchSearch marketplacecurl -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.0•Last updated: December 5, 2024