Build the future of recycling with GreenLoop's powerful API
Powerful REST API to integrate recycling data, smart bin management, and sustainability tracking into your applications.
We're building comprehensive documentation with interactive examples, SDKs, and tutorials. Sign up below to get early access.
Contact us to request API access and receive your authentication credentials.
curl https://api.greenloop.ai/v1/transactions \ -H "Authorization: Bearer gl_live_..." \ -H "Content-Type: application/json"
{
"data": [
{
"id": "txn_123",
"amount": 150,
"type": "plastic",
"status": "completed",
"created_at": "2024-01-15T10:30:00Z"
}
],
"has_more": true,
"total_count": 45
}/v1/transactionsStableRetrieve paginated list of recycling transactions
/v1/transactionsBetaCreate a new recycling transaction
/v1/users/{id}PlannedGet user profile and recycling stats
/v1/devices/{id}/statusPlannedCheck smart bin status and metrics
/v1/webhooksPlannedManage webhook subscriptions
JWT-based authentication with role-based access control
Webhooks and SSE for live recycling transaction updates
Consistent, predictable API endpoints following REST principles
All responses in JSON format with standardized error handling
Receive real-time notifications for recycling events
Special endpoints for smart bin device communication
Be the first to access our API documentation and sandbox environment.
Request AccessJoin our developer community and help us build the future of sustainable technology.