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

Authentication

All API requests must be authenticated using an API Key provided by Tero Carbon upon successful registration as an integration partner.
Include your unique API Key in the Authorization header of every request as a Bearer token:
Security: Keep your API Key confidential and secure. Do not share it or embed it directly in client-side code. All API calls should originate from your secure backend server. Tero Carbon is not responsible for unauthorized access resulting from compromised API keys.
Modified at 2025-04-29 11:34:09
Previous
Benefits of Integrating with Tero Carbon
Next
Base URLs
Built with