Developer API

Build the future of recycling with GreenLoop's powerful API

API Documentation

REloop Developer API

Powerful REST API to integrate recycling data, smart bin management, and sustainability tracking into your applications.

Documentation Coming Soon! 🚀

We're building comprehensive documentation with interactive examples, SDKs, and tutorials. Sign up below to get early access.

Quick Start

1. Get Your API Key

Contact us to request API access and receive your authentication credentials.

2. Make Your First Request

curl https://api.greenloop.ai/v1/transactions \
  -H "Authorization: Bearer gl_live_..." \
  -H "Content-Type: application/json"

3. Handle the Response

{
  "data": [
    {
      "id": "txn_123",
      "amount": 150,
      "type": "plastic",
      "status": "completed",
      "created_at": "2024-01-15T10:30:00Z"
    }
  ],
  "has_more": true,
  "total_count": 45
}

API Endpoints

GET/v1/transactionsStable

Retrieve paginated list of recycling transactions

Bearer Token
POST/v1/transactionsBeta

Create a new recycling transaction

Bearer Token
GET/v1/users/{id}Planned

Get user profile and recycling stats

Bearer Token
GET/v1/devices/{id}/statusPlanned

Check smart bin status and metrics

Bearer Token
POST/v1/webhooksPlanned

Manage webhook subscriptions

Bearer Token

API Features

Secure Authentication

JWT-based authentication with role-based access control

Real-time Data

Webhooks and SSE for live recycling transaction updates

RESTful Design

Consistent, predictable API endpoints following REST principles

JSON Responses

All responses in JSON format with standardized error handling

Webhook Support

Receive real-time notifications for recycling events

IoT Integration

Special endpoints for smart bin device communication

SDKs & Libraries

JavaScript/Node.jsComing Soon
PythonComing Soon
PHPPlanned
JavaPlanned
GoPlanned
RubyPlanned

Get Early Access

Be the first to access our API documentation and sandbox environment.

Request Access

Ready to Build with Us?

Join our developer community and help us build the future of sustainable technology.

© 2026 GreenLoopAI — All rights reserved.