TEROCARBON
  1. cadt
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
  1. cadt

Project

{
    "warehouseProjectId": "string",
    "currentRegistry": "string",
    "projectId": "string",
    "registryOfOrigin": "string",
    "originProjectId": "string",
    "program": "string",
    "projectName": "string",
    "projectLink": "http://example.com",
    "projectDeveloper": [
        "string"
    ],
    "sector": [
        "string"
    ],
    "projectType": [
        "string"
    ],
    "projectTags": [
        "string"
    ],
    "coveredByNDC": "Inside NDC",
    "ndcInformation": "string",
    "projectStatus": "string",
    "projectStatusDate": "2019-08-24",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "updatedAt": "2019-08-24T14:15:22.123Z",
    "unitMetric": "string",
    "methodology": "string",
    "validationBody": "string",
    "validationDate": "2019-08-24",
    "description": "string"
}
Built with