TEROCARBON
  1. Getting Started
TEROCARBON
  • Introduction
    • Welcome to Tero Carbon
    • Benefits of Integrating with Tero Carbon
  • Getting Started
    • Authentication
    • Base URLs
    • Rate Limiting
    • Webhooks
  • Core Concepts
    • Core Concepts Overview
    • Assets (Verified Carbon Units - VCUs)
    • OpenSea & CAD Trust Publication
    • Smart Contracts
  • Integration Workflow
    • 1. Onboarding & Setup
    • 2. Listing VCUs on the Marketplace (User Journey)
    • 3. Handling Internal Marketplace Transactions (Transfers & Retirements)
    • 4. Returning VCUs to Tero Carbon (Detokenization/Retokenization)
    • 5. Querying Public Data (CAD Trust)
  • API Endpoints
    • Marketplace Data
      • getProjectData
      • getIssuanceData
      • getUnitsData
    • Notifications
      • reportTransaction
    • CAD Trust Data
      • getProjectList
      • getIssuanceList
      • getUnitList
  • Policies & Legal
    • Legal Disclaimer
    • Privacy Policy
    • Asset Integrity Policy (Summary)
  • Resources
    • FAQ
    • Glossary
    • Support
    • Useful Links
  • Resources
  1. Getting Started

Webhooks

While this documentation defines the API endpoints called by the Marketplace, Tero Carbon uses Webhooks to send asynchronous notifications to the Marketplace. These are essential for receiving updates on the status of submitted notifications (e.g., approval or rejection of a reportTransaction by Tero Carbon administrators) and other relevant events (e.g., confirmation of VCU transfer into custody).
Configuration: During onboarding, you will need to provide Tero Carbon with a secure HTTPS endpoint URL on your server where these webhooks should be sent.
Specification: The specific payload structure and security mechanisms (e.g., signature verification) for incoming webhooks will be provided separately by Tero Carbon. Ensure your webhook receiver is robust and secure.
Modified at 2025-04-29 11:41:01
Previous
Rate Limiting
Next
Core Concepts Overview
Built with