TEROCARBON
    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
    • Schemas
      • cadt
        • Project
        • Estimation
        • Locations
        • Ratings
        • Cobenefits
        • Units
        • Issuances
        • RelatedProjects
        • Labels
      • ProjectList
      • IssuanceList
      • UnitList
      • TransferList
      • Transfer
      • TransferList
      • Notification
      • Issuance
      • Unit
      • Project

    Project

    {
        "projectID": 0,
        "projectName": "string",
        "cobenefit": [
            "string"
        ],
        "projectDescription": "string",
        "projectTags": "string",
        "currentRegistry": "string",
        "originRegistry": "string",
        "originProjectID": "string",
        "projectStatus": "Listed",
        "ProjectStatusDate": "2019-08-24",
        "projectStartDate": "2019-08-24",
        "projectEndDate": "2019-08-24",
        "projectProgram": "NBS",
        "projectSector": "Agriculture; forestry and fishing",
        "projectType": "REDD+: Reducing Emissions from Deforestation and Forest Degradation",
        "projectCountry": "string",
        "projectRegion": "string",
        "projectGeographicIdentifier": "string",
        "projectMethodologyName": "t1",
        "projectMethodologyVersion": "v1",
        "projectValidationBody": "string",
        "projectValidationDate": "string",
        "projectUnitMetric": "tCO2e",
        "isProjectCoveredByNDC": true,
        "projectNDCInformation": "string",
        "totalEstimatedUnits": 0,
        "annualEstimatedUnits": 0,
        "projectDeveloper": "string",
        "projectLinkTero": "string",
        "projectLinkCADTrust": "string",
        "projectLinkRating": "string",
        "projectLinkMap": "string"
    }
    Built with