> ## Documentation Index
> Fetch the complete documentation index at: https://d5230a4b-1863-416c-9734-f7107bff3756.bluelayer.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GET all listings per channel

> Retrieve all listings for a specific channel



## OpenAPI

````yaml https://api.connect.bluelayer.tech/docs/d5230a4b-1863-416c-9734-f7107bff3755/json GET /v1/orgs/{orgName}/channels/{channelSlug}/listings
openapi: 3.1.0
info:
  title: External API for channels
  description: BlueLayer external API for channels
  version: '2'
servers:
  - url: https://api.connect.bluelayer.tech
security: []
paths:
  /v1/orgs/{orgName}/channels/{channelSlug}/listings:
    get:
      description: Retrieve all listings for a specific channel
      parameters:
        - schema:
            type: string
          in: path
          name: orgName
          required: true
        - schema:
            type: string
          in: path
          name: channelSlug
          required: true
      responses:
        '200':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  items:
                    type: array
                    items:
                      additionalProperties: false
                      type: object
                      properties:
                        id:
                          type: string
                        additionalData:
                          anyOf:
                            - type: 'null'
                            - type: object
                              additionalProperties:
                                anyOf:
                                  - type: string
                                  - type: number
                                  - type: boolean
                                  - type: string
                                    format: date
                                  - type: string
                                    format: date-time
                                  - type: 'null'
                                  - items:
                                      type: string
                                    type: array
                                  - additionalProperties: false
                                    type: object
                                    properties:
                                      fileName:
                                        type: string
                                      contentType:
                                        type: string
                                      fileSizeBytes:
                                        type: number
                                      uploadedAt:
                                        type: string
                                        format: date-time
                                    required:
                                      - fileName
                                      - contentType
                                      - fileSizeBytes
                                      - uploadedAt
                        notableBuyersAndInvestors:
                          description: List of notable buyers and investors of the project
                          type: array
                          items:
                            type: string
                        projectName:
                          description: Project name
                          examples:
                            - test project
                          type: string
                        projectDescription:
                          description: Project description
                          examples:
                            - test description
                          anyOf:
                            - type: 'null'
                            - type: string
                        country:
                          type: string
                          description: Country
                          examples:
                            - DE
                        firstIssuanceDate:
                          anyOf:
                            - type: 'null'
                            - format: date
                              description: >-
                                The earliest issuance date, computed from
                                batches. Initially can be set by the user
                              type: string
                          description: First issuance date
                          examples:
                            - '2021-01-01'
                        projectStartDate:
                          description: Start date
                          examples:
                            - '2020-01-01'
                          anyOf:
                            - type: 'null'
                            - type: string
                        projectEndDate:
                          description: End date
                          examples:
                            - '2028-01-01'
                          anyOf:
                            - type: 'null'
                            - type: string
                        ecosystemTypes:
                          type: array
                          items:
                            enum:
                              - ForestsAndWoodlands
                              - Wetlands
                              - Grasslands
                              - AgriculturalLands
                              - OceansAndCoastalAreas
                              - RestoredLands
                            type: string
                          examples:
                            - Grasslands
                          description: Ecosystem types
                        ecosystemSubtypes:
                          type: array
                          items:
                            enum:
                              - TropicalRainforests
                              - TemperateForests
                              - BorealForests
                              - Woodlands
                              - Mangroves
                              - Peatlands
                              - FreshwaterWetlands
                              - SaltMarshes
                              - TropicalSavannas
                              - TemperateGrasslands
                              - Shrublands
                              - SteppesAndPrairies
                              - Croplands
                              - AgroforestrySystems
                              - SeagrassMeadows
                              - CoralReefs
                              - KelpForests
                              - ReforestedAreas
                              - RestoredWetlands
                              - RehabilitatedMines
                            type: string
                          examples:
                            - Mangroves
                          description: Ecosystem subtypes
                        methodologies:
                          type: array
                          items:
                            anyOf:
                              - type: string
                                enum:
                                  - VM0001
                              - type: string
                                enum:
                                  - VM0002
                              - type: string
                                enum:
                                  - VM0003
                              - type: string
                                enum:
                                  - VM0004
                              - type: string
                                enum:
                                  - VM0005
                              - type: string
                                enum:
                                  - VM0006
                              - type: string
                                enum:
                                  - VM0007
                              - type: string
                                enum:
                                  - VM0007 v1.8
                              - type: string
                                enum:
                                  - VM0008
                              - type: string
                                enum:
                                  - VM0009
                              - type: string
                                enum:
                                  - VM0010
                              - type: string
                                enum:
                                  - VM0011
                              - type: string
                                enum:
                                  - VM0012
                              - type: string
                                enum:
                                  - VM0013
                              - type: string
                                enum:
                                  - VM0014
                              - type: string
                                enum:
                                  - VM0015
                              - type: string
                                enum:
                                  - VM0016
                              - type: string
                                enum:
                                  - VM0017
                              - type: string
                                enum:
                                  - VM0018
                              - type: string
                                enum:
                                  - VM0019
                              - type: string
                                enum:
                                  - VM0020
                              - type: string
                                enum:
                                  - VM0021
                              - type: string
                                enum:
                                  - VM0022
                              - type: string
                                enum:
                                  - VM0023
                              - type: string
                                enum:
                                  - VM0024
                              - type: string
                                enum:
                                  - VM0025
                              - type: string
                                enum:
                                  - VM0026
                              - type: string
                                enum:
                                  - VM0027
                              - type: string
                                enum:
                                  - VM0028
                              - type: string
                                enum:
                                  - VM0029
                              - type: string
                                enum:
                                  - VM0030
                              - type: string
                                enum:
                                  - VM0031
                              - type: string
                                enum:
                                  - VM0032
                              - type: string
                                enum:
                                  - VM0033
                              - type: string
                                enum:
                                  - VM0034
                              - type: string
                                enum:
                                  - VM0035
                              - type: string
                                enum:
                                  - VM0036
                              - type: string
                                enum:
                                  - VM0037
                              - type: string
                                enum:
                                  - VM0038
                              - type: string
                                enum:
                                  - VM0039
                              - type: string
                                enum:
                                  - VM0041
                              - type: string
                                enum:
                                  - VM0042
                              - type: string
                                enum:
                                  - VM0042 v2.1
                              - type: string
                                enum:
                                  - VM0042 v2.2
                              - type: string
                                enum:
                                  - VM0043
                              - type: string
                                enum:
                                  - VM0044
                              - type: string
                                enum:
                                  - VM0045
                              - type: string
                                enum:
                                  - VM0046
                              - type: string
                                enum:
                                  - VM0047
                              - type: string
                                enum:
                                  - VM0048
                              - type: string
                                enum:
                                  - VMR0001
                              - type: string
                                enum:
                                  - VMR0002
                              - type: string
                                enum:
                                  - VMR0003
                              - type: string
                                enum:
                                  - VMR0004
                              - type: string
                                enum:
                                  - VMR0005
                              - type: string
                                enum:
                                  - VMR006
                              - type: string
                                enum:
                                  - >-
                                    Methodology to Estimate and Verify Averted
                                    Mortality and Disability Adjusted Life Years
                                    (ADALYs) from Cleaner Household Air
                              - type: string
                                enum:
                                  - >-
                                    Thermal energy from plant oil for the user
                                    of cooking stoves
                              - type: string
                                enum:
                                  - >-
                                    Alternative ignition technique to improve
                                    energy efficiency of domestic coal fires
                              - type: string
                                enum:
                                  - >-
                                    Thermal performance improvements in
                                    low-income dwelling structures
                              - type: string
                                enum:
                                  - >-
                                    Technologies and practices to displace
                                    decentralized thermal energy consumption
                                    (TPDDTEC)
                              - type: string
                                enum:
                                  - >-
                                    Quantification methodology for black carbon
                                    emissions and other climate pollutants from
                                    cooking regimes
                              - type: string
                                enum:
                                  - >-
                                    Ecologically sound fuel switch to biomass
                                    with reduced energy requirement
                              - type: string
                                enum:
                                  - >-
                                    Large scale supply and distribution of
                                    efficient light bulbs, showerheads and water
                                    saving products to households
                              - type: string
                                enum:
                                  - >-
                                    Fuel switch from fossil fuels to biomass
                                    residues in boilers for heat generation
                              - type: string
                                enum:
                                  - >-
                                    Reducing vessel emissions through the use of
                                    advanced hull coatings
                              - type: string
                                enum:
                                  - >-
                                    Micro-scale methodology for installing flow
                                    improvement equipment on ships
                              - type: string
                                enum:
                                  - >-
                                    Biodiesel from waste oil/fat from biogenic
                                    origin for use as fuel
                              - type: string
                                enum:
                                  - >-
                                    Suppressed demand small-scale methodology
                                    for energy use for the processing of
                                    agricultural products
                              - type: string
                                enum:
                                  - >-
                                    Suppressed demand small-scale methodology
                                    for energy use for electrification and
                                    energization
                              - type: string
                                enum:
                                  - >-
                                    Suppressed demand small-scale methodology
                                    for energy use for low GHG food preservation
                              - type: string
                                enum:
                                  - >-
                                    Simplified methodology for efficient
                                    cookstoves
                              - type: string
                                enum:
                                  - >-
                                    Revised consolidated baseline meth for GHG
                                    emission reductions from manure management
                                    systems and municipal solid waste
                              - type: string
                                enum:
                                  - >-
                                    Afforestation – Reforestation GHG Emissions
                                    Reductions & Sequestration Methodology
                              - type: string
                                enum:
                                  - >-
                                    Methodology for Improved Cook stoves and
                                    Kitchen Regimes
                              - type: string
                                enum:
                                  - Sustainable Management of Mangroves
                              - type: string
                                enum:
                                  - Truck Stop Electrification
                              - type: string
                                enum:
                                  - Advanced Refrigeration Systems
                              - type: string
                                enum:
                                  - >-
                                    Certified Reclaimed HFC Refrigerants,
                                    Propellants, and Fire Suppressants
                              - type: string
                                enum:
                                  - >-
                                    Destruction of Ozone Depleting Substances
                                    and High-GWP Foam
                              - type: string
                                enum:
                                  - >-
                                    Destruction of Ozone Depleting Substances
                                    from International Sources
                              - type: string
                                enum:
                                  - Plugging Orphaned Oil and Gas Wells
                              - type: string
                                enum:
                                  - >-
                                    Transition to Advanced Formulation Blowing
                                    Agents in Foam Manufacturing and Use
                              - type: string
                                enum:
                                  - >-
                                    Afforestation and Reforestation of Degraded
                                    Lands
                              - type: string
                                enum:
                                  - >-
                                    Avoided Conversion of Grasslands and
                                    Shrublands to Crop Production
                              - type: string
                                enum:
                                  - >-
                                    Improved Forest Management (IFM) on Canadian
                                    Forestlands
                              - type: string
                                enum:
                                  - >-
                                    Improved Forest Management (IFM) on
                                    Non-Federal U.S. Forestlands
                              - type: string
                                enum:
                                  - >-
                                    Improved Forest Management (IFM) on Small
                                    Non-Industrial Private Forestlands
                              - type: string
                                enum:
                                  - >-
                                    Restoration of California Deltaic and
                                    Coastal Wetlands
                              - type: string
                                enum:
                                  - Restoration of Pocosin Wetlands
                              - type: string
                                enum:
                                  - Carbon Capture and Storage Projects
                              - type: string
                                enum:
                                  - >-
                                    Capturing and Destroying Methane from Coal
                                    and Trona Mines in North America
                              - type: string
                                enum:
                                  - >-
                                    Landfill Gas Destruction and Beneficial Use
                                    Projects
                              - type: string
                                enum:
                                  - Reforestation Forecast Methodology
                              - type: string
                                enum:
                                  - Adipic Acid Production
                              - type: string
                                enum:
                                  - Biochar
                              - type: string
                                enum:
                                  - Canada Grassland
                              - type: string
                                enum:
                                  - Coal Mine Methane
                              - type: string
                                enum:
                                  - Forest
                              - type: string
                                enum:
                                  - Grassland
                              - type: string
                                enum:
                                  - Low-Carbon Cement
                              - type: string
                                enum:
                                  - Mexico Boiler Efficiency
                              - type: string
                                enum:
                                  - Mexico Forest
                              - type: string
                                enum:
                                  - Mexico Halocarbon
                              - type: string
                                enum:
                                  - Mexico Landfill
                              - type: string
                                enum:
                                  - Mexico Livestock
                              - type: string
                                enum:
                                  - Nitric Acid Production
                              - type: string
                                enum:
                                  - Nitrogen Management
                              - type: string
                                enum:
                                  - Organic Waste Composting
                              - type: string
                                enum:
                                  - Organic Waste Digestion
                              - type: string
                                enum:
                                  - Ozone Depleting Substances
                              - type: string
                                enum:
                                  - Panama Forest
                              - type: string
                                enum:
                                  - Rice Cultivation
                              - type: string
                                enum:
                                  - Soil Enrichment
                              - type: string
                                enum:
                                  - Urban Forest Management
                              - type: string
                                enum:
                                  - Urban Tree Planting
                              - type: string
                                enum:
                                  - U.S. Landfill
                              - type: string
                                enum:
                                  - U.S. Livestock
                              - type: string
                                enum:
                                  - AR-AM14
                              - type: string
                                enum:
                                  - AR-AM0014
                              - type: string
                                enum:
                                  - AR-ACM3
                              - type: string
                                enum:
                                  - AR-AMS3
                              - type: string
                                enum:
                                  - AR-AMS7
                              - type: string
                                enum:
                                  - AMS-II.F.
                              - type: string
                                enum:
                                  - AMS-II.P.
                              - type: string
                                enum:
                                  - AMS-III.A.
                              - type: string
                                enum:
                                  - AMS-III.AU.
                              - type: string
                                enum:
                                  - AMS-III.BE.
                              - type: string
                                enum:
                                  - AMS-III.BF.
                              - type: string
                                enum:
                                  - ASB1
                              - type: string
                                enum:
                                  - ASB2
                              - type: string
                                enum:
                                  - ASB3
                              - type: string
                                enum:
                                  - ASB4
                              - type: string
                                enum:
                                  - ASB5
                              - type: string
                                enum:
                                  - ASB6
                              - type: string
                                enum:
                                  - ASB7
                              - type: string
                                enum:
                                  - ASB8
                              - type: string
                                enum:
                                  - ASB9
                              - type: string
                                enum:
                                  - ASB10
                              - type: string
                                enum:
                                  - ASB11
                              - type: string
                                enum:
                                  - ASB12
                              - type: string
                                enum:
                                  - ASB13
                              - type: string
                                enum:
                                  - ASB14
                              - type: string
                                enum:
                                  - ASB15
                              - type: string
                                enum:
                                  - ASB16
                              - type: string
                                enum:
                                  - ASB17
                              - type: string
                                enum:
                                  - ASB18
                              - type: string
                                enum:
                                  - ASB19
                              - type: string
                                enum:
                                  - ASB20
                              - type: string
                                enum:
                                  - ASB21
                              - type: string
                                enum:
                                  - ASB22
                              - type: string
                                enum:
                                  - ASB23
                              - type: string
                                enum:
                                  - ASB24
                              - type: string
                                enum:
                                  - ASB25
                              - type: string
                                enum:
                                  - ASB26
                              - type: string
                                enum:
                                  - ASB27
                              - type: string
                                enum:
                                  - ASB28
                              - type: string
                                enum:
                                  - ASB29
                              - type: string
                                enum:
                                  - ASB30
                              - type: string
                                enum:
                                  - ASB31
                              - type: string
                                enum:
                                  - ASB32
                              - type: string
                                enum:
                                  - ASB33
                              - type: string
                                enum:
                                  - ASB34
                              - type: string
                                enum:
                                  - ASB35
                              - type: string
                                enum:
                                  - ASB36
                              - type: string
                                enum:
                                  - ASB37
                              - type: string
                                enum:
                                  - ASB38
                              - type: string
                                enum:
                                  - ASB39
                              - type: string
                                enum:
                                  - ASB40
                              - type: string
                                enum:
                                  - ASB41
                              - type: string
                                enum:
                                  - AR-ASB1
                              - type: string
                                enum:
                                  - AM89
                              - type: string
                                enum:
                                  - ACM17
                              - type: string
                                enum:
                                  - AMS-I.G.
                              - type: string
                                enum:
                                  - AMS-I.H.
                              - type: string
                                enum:
                                  - AMS-III.T.
                              - type: string
                                enum:
                                  - AMS-III.AK.
                              - type: string
                                enum:
                                  - ACM3
                              - type: string
                                enum:
                                  - ACM6
                              - type: string
                                enum:
                                  - ACM18
                              - type: string
                                enum:
                                  - ACM20
                              - type: string
                                enum:
                                  - AM7
                              - type: string
                                enum:
                                  - AM36
                              - type: string
                                enum:
                                  - AM82
                              - type: string
                                enum:
                                  - AMS-I.E.
                              - type: string
                                enum:
                                  - AMS-II.G.
                              - type: string
                                enum:
                                  - AMS-III.AS.
                              - type: string
                                enum:
                                  - AM121
                              - type: string
                                enum:
                                  - ACM5
                              - type: string
                                enum:
                                  - ACM15
                              - type: string
                                enum:
                                  - AMS-III.AD.
                              - type: string
                                enum:
                                  - AMS-III.BH.
                              - type: string
                                enum:
                                  - AM27
                              - type: string
                                enum:
                                  - AM63
                              - type: string
                                enum:
                                  - AMS-III.J.
                              - type: string
                                enum:
                                  - ACM8
                              - type: string
                                enum:
                                  - AM64
                              - type: string
                                enum:
                                  - AMS-III.W.
                              - type: string
                                enum:
                                  - AM45
                              - type: string
                                enum:
                                  - AM58
                              - type: string
                                enum:
                                  - AM67
                              - type: string
                                enum:
                                  - AM97
                              - type: string
                                enum:
                                  - AM104
                              - type: string
                                enum:
                                  - AM108
                              - type: string
                                enum:
                                  - AM117
                              - type: string
                                enum:
                                  - AM118
                              - type: string
                                enum:
                                  - AMS-I.L.
                              - type: string
                                enum:
                                  - AMS-II.A.
                              - type: string
                                enum:
                                  - AMS-II.T.
                              - type: string
                                enum:
                                  - AMS-III.AW.
                              - type: string
                                enum:
                                  - AMS-III.BB.
                              - type: string
                                enum:
                                  - AM46
                              - type: string
                                enum:
                                  - AM70
                              - type: string
                                enum:
                                  - AM71
                              - type: string
                                enum:
                                  - AM91
                              - type: string
                                enum:
                                  - AM94
                              - type: string
                                enum:
                                  - AM113
                              - type: string
                                enum:
                                  - AM120
                              - type: string
                                enum:
                                  - AMS-I.I.
                              - type: string
                                enum:
                                  - AMS-I.K.
                              - type: string
                                enum:
                                  - AMS-II.M.
                              - type: string
                                enum:
                                  - AMS-II.O.
                              - type: string
                                enum:
                                  - AMS-II.R.
                              - type: string
                                enum:
                                  - AMS-III.AE.
                              - type: string
                                enum:
                                  - AMS-III.AR.
                              - type: string
                                enum:
                                  - AM17
                              - type: string
                                enum:
                                  - AM18
                              - type: string
                                enum:
                                  - AM38
                              - type: string
                                enum:
                                  - AM44
                              - type: string
                                enum:
                                  - AM56
                              - type: string
                                enum:
                                  - AM68
                              - type: string
                                enum:
                                  - AM88
                              - type: string
                                enum:
                                  - AM106
                              - type: string
                                enum:
                                  - AM109
                              - type: string
                                enum:
                                  - AM114
                              - type: string
                                enum:
                                  - AMS-II.C.
                              - type: string
                                enum:
                                  - AMS-II.D.
                              - type: string
                                enum:
                                  - AMS-II.H.
                              - type: string
                                enum:
                                  - AMS-II.I.
                              - type: string
                                enum:
                                  - AMS-II.S.
                              - type: string
                                enum:
                                  - AMS-III.M.
                              - type: string
                                enum:
                                  - AMS-III.V.
                              - type: string
                                enum:
                                  - AMS-III.Z.
                              - type: string
                                enum:
                                  - AMS-III.AI
                              - type: string
                                enum:
                                  - AMS-III.AJ.
                              - type: string
                                enum:
                                  - AMS-III.BA.
                              - type: string
                                enum:
                                  - ACM12
                              - type: string
                                enum:
                                  - AM49
                              - type: string
                                enum:
                                  - AM55
                              - type: string
                                enum:
                                  - AM95
                              - type: string
                                enum:
                                  - AM98
                              - type: string
                                enum:
                                  - AMS-III.Q.
                              - type: string
                                enum:
                                  - AM20
                              - type: string
                                enum:
                                  - AM60
                              - type: string
                                enum:
                                  - AM86
                              - type: string
                                enum:
                                  - AM105
                              - type: string
                                enum:
                                  - AMS-II.E.
                              - type: string
                                enum:
                                  - AMS-II.J.
                              - type: string
                                enum:
                                  - AMS-II.K.
                              - type: string
                                enum:
                                  - AMS-II.L.
                              - type: string
                                enum:
                                  - AMS-II.N.
                              - type: string
                                enum:
                                  - AMS-II.Q.
                              - type: string
                                enum:
                                  - AMS-III.AV.
                              - type: string
                                enum:
                                  - ACM7
                              - type: string
                                enum:
                                  - ACM13
                              - type: string
                                enum:
                                  - ACM26
                              - type: string
                                enum:
                                  - AM48
                              - type: string
                                enum:
                                  - AM52
                              - type: string
                                enum:
                                  - AM61
                              - type: string
                                enum:
                                  - AM62
                              - type: string
                                enum:
                                  - AM66
                              - type: string
                                enum:
                                  - AM76
                              - type: string
                                enum:
                                  - AM84
                              - type: string
                                enum:
                                  - AM99
                              - type: string
                                enum:
                                  - AM107
                              - type: string
                                enum:
                                  - AM115
                              - type: string
                                enum:
                                  - ACM23
                              - type: string
                                enum:
                                  - AMS-II.B.
                              - type: string
                                enum:
                                  - AMS-III.AC.
                              - type: string
                                enum:
                                  - AMS-III.AL.
                              - type: string
                                enum:
                                  - AMS-III.BP.
                              - type: string
                                enum:
                                  - ACM9
                              - type: string
                                enum:
                                  - ACM11
                              - type: string
                                enum:
                                  - ACM25
                              - type: string
                                enum:
                                  - AM50
                              - type: string
                                enum:
                                  - AMS-III.B.
                              - type: string
                                enum:
                                  - AMS-III.AG.
                              - type: string
                                enum:
                                  - AMS-III.AH.
                              - type: string
                                enum:
                                  - AMS-III.AM.
                              - type: string
                                enum:
                                  - AMS-III.AN.
                              - type: string
                                enum:
                                  - AM9
                              - type: string
                                enum:
                                  - AM23
                              - type: string
                                enum:
                                  - AM37
                              - type: string
                                enum:
                                  - AM43
                              - type: string
                                enum:
                                  - AM74
                              - type: string
                                enum:
                                  - AM77
                              - type: string
                                enum:
                                  - AM81
                              - type: string
                                enum:
                                  - AM122
                              - type: string
                                enum:
                                  - ACM21
                              - type: string
                                enum:
                                  - AMS-III.K.
                              - type: string
                                enum:
                                  - AMS-III.P.
                              - type: string
                                enum:
                                  - AMS-III.BG.
                              - type: string
                                enum:
                                  - AMS-III.BI.
                              - type: string
                                enum:
                                  - AMS-III.BK.
                              - type: string
                                enum:
                                  - AM1
                              - type: string
                                enum:
                                  - AMS-III.N.
                              - type: string
                                enum:
                                  - AMS-III.X.
                              - type: string
                                enum:
                                  - AMS-III.AB.
                              - type: string
                                enum:
                                  - ACM1
                              - type: string
                                enum:
                                  - ACM22
                              - type: string
                                enum:
                                  - AM83
                              - type: string
                                enum:
                                  - AM93
                              - type: string
                                enum:
                                  - AMS-III.G.
                              - type: string
                                enum:
                                  - AMS-III.AF.
                              - type: string
                                enum:
                                  - AMS-III.AX.
                              - type: string
                                enum:
                                  - AMS-III.AO
                              - type: string
                                enum:
                                  - ACM10
                              - type: string
                                enum:
                                  - ACM24
                              - type: string
                                enum:
                                  - AM53
                              - type: string
                                enum:
                                  - AM57
                              - type: string
                                enum:
                                  - AM69
                              - type: string
                                enum:
                                  - AM73
                              - type: string
                                enum:
                                  - AM75
                              - type: string
                                enum:
                                  - AM112
                              - type: string
                                enum:
                                  - AMS-III.D.
                              - type: string
                                enum:
                                  - AMS-III.E.
                              - type: string
                                enum:
                                  - AMS-III.F.
                              - type: string
                                enum:
                                  - AMS-III.L.
                              - type: string
                                enum:
                                  - AMS-III.O.
                              - type: string
                                enum:
                                  - AMS-III.R.
                              - type: string
                                enum:
                                  - AMS-III.AO.
                              - type: string
                                enum:
                                  - AMS-III.BJ.
                              - type: string
                                enum:
                                  - ACM14
                              - type: string
                                enum:
                                  - AM80
                              - type: string
                                enum:
                                  - AMS-III.H.
                              - type: string
                                enum:
                                  - AMS-III.I.
                              - type: string
                                enum:
                                  - AMS-III.Y.
                              - type: string
                                enum:
                                  - AM21
                              - type: string
                                enum:
                                  - AM28
                              - type: string
                                enum:
                                  - ACM19
                              - type: string
                                enum:
                                  - AM30
                              - type: string
                                enum:
                                  - AM59
                              - type: string
                                enum:
                                  - AM92
                              - type: string
                                enum:
                                  - AM96
                              - type: string
                                enum:
                                  - AM111
                              - type: string
                                enum:
                                  - AMS-III.BD.
                              - type: string
                                enum:
                                  - AM35
                              - type: string
                                enum:
                                  - AM65
                              - type: string
                                enum:
                                  - AM78
                              - type: string
                                enum:
                                  - AM79
                              - type: string
                                enum:
                                  - AM119
                              - type: string
                                enum:
                                  - ACM16
                              - type: string
                                enum:
                                  - AM31
                              - type: string
                                enum:
                                  - AM90
                              - type: string
                                enum:
                                  - AM101
                              - type: string
                                enum:
                                  - AM110
                              - type: string
                                enum:
                                  - AM116
                              - type: string
                                enum:
                                  - AMS-I.M.
                              - type: string
                                enum:
                                  - AMS-III.C.
                              - type: string
                                enum:
                                  - AMS-III.S.
                              - type: string
                                enum:
                                  - AMS-III.U.
                              - type: string
                                enum:
                                  - AMS-III.AA.
                              - type: string
                                enum:
                                  - AMS-III.AP.
                              - type: string
                                enum:
                                  - AMS-III.AQ.
                              - type: string
                                enum:
                                  - AMS-III.AT.
                              - type: string
                                enum:
                                  - AMS-III.AY.
                              - type: string
                                enum:
                                  - AMS-III.BC.
                              - type: string
                                enum:
                                  - AMS-III.BM.
                              - type: string
                                enum:
                                  - AMS-III.BN.
                              - type: string
                                enum:
                                  - AMS-III.BO.
                              - type: string
                                enum:
                                  - ACM2
                              - type: string
                                enum:
                                  - AM19
                              - type: string
                                enum:
                                  - AM26
                              - type: string
                                enum:
                                  - AM72
                              - type: string
                                enum:
                                  - AM100
                              - type: string
                                enum:
                                  - AM103
                              - type: string
                                enum:
                                  - AMS-I.A.
                              - type: string
                                enum:
                                  - AMS-I.B.
                              - type: string
                                enum:
                                  - AMS-I.C.
                              - type: string
                                enum:
                                  - AMS-I.D.
                              - type: string
                                enum:
                                  - AMS-I.F.
                              - type: string
                                enum:
                                  - AMS-I.J.
                              - type: string
                                enum:
                                  - AMS-III.BL.
                              - type: string
                                enum:
                                  - Livestock Projects
                              - type: string
                                enum:
                                  - Mine Methane Capture (MMC) Projects
                              - type: string
                                enum:
                                  - Ozone Depleting Substances (ODS) Projects
                              - type: string
                                enum:
                                  - Rice Cultivation Projects
                              - type: string
                                enum:
                                  - U.S. Forest Projects - June 25, 2015
                              - type: string
                                enum:
                                  - U.S. Forest Projects - November 14, 2014
                              - type: string
                                enum:
                                  - U.S. Forest Projects - October 20, 2011
                              - type: string
                                enum:
                                  - Urban Forest Projects
                              - type: string
                                enum:
                                  - PM001
                              - type: string
                                enum:
                                  - PV4
                              - type: string
                                enum:
                                  - PV5
                              - type: string
                                enum:
                                  - Biochar Puro.earth
                              - type: string
                                enum:
                                  - Carbonated Materials
                              - type: string
                                enum:
                                  - Enhanced Rock Weathering in Soil
                              - type: string
                                enum:
                                  - Geologically Stored Carbon Methodology
                              - type: string
                                enum:
                                  - >-
                                    Terrestrial Storage of Biomass – Methodology
                                    for CO2 Removal (Edition 2023 v. 1)
                              - type: string
                                enum:
                                  - BD_AM004
                              - type: string
                                enum:
                                  - BD_AM001
                              - type: string
                                enum:
                                  - BD_AM003
                              - type: string
                                enum:
                                  - BD_AM002
                              - type: string
                                enum:
                                  - KH_AM004
                              - type: string
                                enum:
                                  - KH_AM005
                              - type: string
                                enum:
                                  - KH_AM003
                              - type: string
                                enum:
                                  - KH_AM002
                              - type: string
                                enum:
                                  - KH_AM001
                              - type: string
                                enum:
                                  - CL_AM003
                              - type: string
                                enum:
                                  - CL_AM001
                              - type: string
                                enum:
                                  - CL_AM002
                              - type: string
                                enum:
                                  - CR_AM003
                              - type: string
                                enum:
                                  - CR_AM002
                              - type: string
                                enum:
                                  - CR_AM001
                              - type: string
                                enum:
                                  - ET_AM003
                              - type: string
                                enum:
                                  - ET_AM002
                              - type: string
                                enum:
                                  - ET_AM001
                              - type: string
                                enum:
                                  - ID_PM044
                              - type: string
                                enum:
                                  - ID_PM043
                              - type: string
                                enum:
                                  - ID_PM042
                              - type: string
                                enum:
                                  - ID_PM041
                              - type: string
                                enum:
                                  - ID_PM040
                              - type: string
                                enum:
                                  - ID_PM039
                              - type: string
                                enum:
                                  - ID_AM028
                              - type: string
                                enum:
                                  - ID_AM027
                              - type: string
                                enum:
                                  - ID_AM026
                              - type: string
                                enum:
                                  - ID_AM025
                              - type: string
                                enum:
                                  - ID_AM024
                              - type: string
                                enum:
                                  - ID_AM023
                              - type: string
                                enum:
                                  - ID_AM022
                              - type: string
                                enum:
                                  - ID_AM021
                              - type: string
                                enum:
                                  - ID_AM020
                              - type: string
                                enum:
                                  - ID_AM006
                              - type: string
                                enum:
                                  - ID_AM019
                              - type: string
                                enum:
                                  - ID_AM018
                              - type: string
                                enum:
                                  - ID_AM007
                              - type: string
                                enum:
                                  - ID_AM009
                              - type: string
                                enum:
                                  - ID_AM016
                              - type: string
                                enum:
                                  - ID_AM017
                              - type: string
                                enum:
                                  - ID_AM015
                              - type: string
                                enum:
                                  - ID_AM014
                              - type: string
                                enum:
                                  - ID_AM013
                              - type: string
                                enum:
                                  - ID_AM011
                              - type: string
                                enum:
                                  - ID_AM012
                              - type: string
                                enum:
                                  - ID_AM005
                              - type: string
                                enum:
                                  - ID_AM008
                              - type: string
                                enum:
                                  - ID_AM004
                              - type: string
                                enum:
                                  - ID_AM003
                              - type: string
                                enum:
                                  - ID_AM002
                              - type: string
                                enum:
                                  - ID_AM010
                              - type: string
                                enum:
                                  - ID_AM001
                              - type: string
                                enum:
                                  - KE_AM003
                              - type: string
                                enum:
                                  - KE_AM002
                              - type: string
                                enum:
                                  - KE_AM001
                              - type: string
                                enum:
                                  - LA_AM004
                              - type: string
                                enum:
                                  - LA_AM003
                              - type: string
                                enum:
                                  - LA_AM002
                              - type: string
                                enum:
                                  - LA_AM001
                              - type: string
                                enum:
                                  - MV_AM002
                              - type: string
                                enum:
                                  - MV_AM001
                              - type: string
                                enum:
                                  - MX_AM001
                              - type: string
                                enum:
                                  - MN_AM003
                              - type: string
                                enum:
                                  - MN_PM005
                              - type: string
                                enum:
                                  - MN_AM002
                              - type: string
                                enum:
                                  - MN_AM001
                              - type: string
                                enum:
                                  - MM_PM007
                              - type: string
                                enum:
                                  - MM_PM006
                              - type: string
                                enum:
                                  - MM_AM005
                              - type: string
                                enum:
                                  - MM_AM004
                              - type: string
                                enum:
                                  - MM_AM003
                              - type: string
                                enum:
                                  - MM_AM001
                              - type: string
                                enum:
                                  - MM_AM002
                              - type: string
                                enum:
                                  - PW_AM001
                              - type: string
                                enum:
                                  - PH_AM003
                              - type: string
                                enum:
                                  - PH_AM002
                              - type: string
                                enum:
                                  - PH_AM001
                              - type: string
                                enum:
                                  - SA_AM001
                              - type: string
                                enum:
                                  - TH_AM011
                              - type: string
                                enum:
                                  - TH_PM026
                              - type: string
                                enum:
                                  - TH_PM025
                              - type: string
                                enum:
                                  - TH_AM005
                              - type: string
                                enum:
                                  - TH_AM003
                              - type: string
                                enum:
                                  - TH_PM022
                              - type: string
                                enum:
                                  - TH_PM021
                              - type: string
                                enum:
                                  - TH_AM017
                              - type: string
                                enum:
                                  - TH_AM016
                              - type: string
                                enum:
                                  - TH_AM015
                              - type: string
                                enum:
                                  - TH_AM001
                              - type: string
                                enum:
                                  - TH_AM014
                              - type: string
                                enum:
                                  - TH_AM013
                              - type: string
                                enum:
                                  - TH_AM012
                              - type: string
                                enum:
                                  - TH_AM010
                              - type: string
                                enum:
                                  - TH_AM009
                              - type: string
                                enum:
                                  - TH_AM008
                              - type: string
                                enum:
                                  - TH_AM007
                              - type: string
                                enum:
                                  - TH_AM006
                              - type: string
                                enum:
                                  - TH_AM002
                              - type: string
                                enum:
                                  - TH_AM004
                              - type: string
                                enum:
                                  - VN_PM030
                              - type: string
                                enum:
                                  - VN_PM029
                              - type: string
                                enum:
                                  - VN_PM028
                              - type: string
                                enum:
                                  - VN_PM027
                              - type: string
                                enum:
                                  - VN_PM026
                              - type: string
                                enum:
                                  - VN_PM025
                              - type: string
                                enum:
                                  - VN_PM024
                              - type: string
                                enum:
                                  - VN_PM023
                              - type: string
                                enum:
                                  - VN_AM015
                              - type: string
                                enum:
                                  - VN_AM009
                              - type: string
                                enum:
                                  - VN_AM014
                              - type: string
                                enum:
                                  - VN_AM013
                              - type: string
                                enum:
                                  - VN_AM012
                              - type: string
                                enum:
                                  - VN_AM011
                              - type: string
                                enum:
                                  - VN_AM010
                              - type: string
                                enum:
                                  - VN_AM006
                              - type: string
                                enum:
                                  - VN_AM004
                              - type: string
                                enum:
                                  - VN_AM003
                              - type: string
                                enum:
                                  - VN_AM002
                              - type: string
                                enum:
                                  - VN_AM008
                              - type: string
                                enum:
                                  - VN_AM007
                              - type: string
                                enum:
                                  - VN_AM001
                              - type: string
                                enum:
                                  - VN_AM005
                              - type: string
                                enum:
                                  - UK Peatland Code
                              - type: string
                                enum:
                                  - UK Woodland Carbon Code
                              - type: string
                                enum:
                                  - SCM0002
                              - type: string
                                enum:
                                  - SCM0003
                              - type: string
                                enum:
                                  - SCM0004
                              - type: string
                                enum:
                                  - SCM0005
                              - type: string
                                enum:
                                  - SCM0006
                              - type: string
                                enum:
                                  - SCM0007
                              - type: string
                                enum:
                                  - SCM0008
                              - type: string
                                enum:
                                  - SCM0009
                              - type: string
                                enum:
                                  - SCM0010
                              - type: string
                                enum:
                                  - EBC C-Sink & Global Biochar C-Sink
                              - type: string
                                enum:
                                  - Global Artisan C-Sink v2.1A
                              - type: string
                                enum:
                                  - Permanent forest
                              - type: string
                                enum:
                                  - Enhanced natural regeneration
                              - type: string
                                enum:
                                  - >-
                                    Exotic afforestation transitioning to native
                                    forest
                              - type: string
                                enum:
                                  - >-
                                    Afforestation, Reforestation, and
                                    Revegetation
                              - type: string
                                enum:
                                  - M000
                              - type: string
                                enum:
                                  - M001
                              - type: string
                                enum:
                                  - CERCARBONO METHODOLOGY M/UT-REDD+
                              - type: string
                                enum:
                                  - CERCARBONO METHODOLOGY M/LU/F-W01
                              - type: string
                                enum:
                                  - GCCM001
                              - type: string
                                enum:
                                  - GCCM002
                              - type: string
                                enum:
                                  - GCCM003
                              - type: string
                                enum:
                                  - GCCM004
                              - type: string
                                enum:
                                  - GCCM005
                              - type: string
                                enum:
                                  - GCCM006
                              - type: string
                                enum:
                                  - GCCM007
                              - type: string
                                enum:
                                  - GCCMT001
                              - type: string
                                enum:
                                  - GCCMA001
                              - type: string
                                enum:
                                  - GCCMA002
                              - type: string
                                enum:
                                  - Biogenic Carbon Capture and Storage
                              - type: string
                                enum:
                                  - >-
                                    Subsurface Biomass Carbon Removal and
                                    Storage
                              - type: string
                                enum:
                                  - Biomass Geological Storage
                              - type: string
                                enum:
                                  - Bio-oil Geological Storage
                              - type: string
                                enum:
                                  - Biochar Production and Storage
                              - type: string
                                enum:
                                  - Enhanced Weathering in Agriculture
                              - type: string
                                enum:
                                  - Open System Ex-situ Mineralization
                              - type: string
                                enum:
                                  - Direct Air Capture
                              - type: string
                                enum:
                                  - >-
                                    Ocean Alkalinity Enhancement from Coastal
                                    Outfalls
                              - type: string
                                enum:
                                  - Electrolytic Seawater Mineralization
                              - type: string
                                enum:
                                  - Wastewater Alkalinity Enhancement
                              - type: string
                                enum:
                                  - River Alkalinity Enhancement
                              - type: string
                                enum:
                                  - Direct Ocean Capture and Storage
                              - type: string
                                enum:
                                  - Reforestation
                              - type: string
                                enum:
                                  - Improved Forest Management
                              - type: string
                                enum:
                                  - Mangrove Restoration
                              - type: string
                                enum:
                                  - Agroforestry
                          examples:
                            - Afforestation and Reforestation of Degraded Lands
                            - UK Peatland Code
                          description: Methodologies
                        currentProjectStages:
                          description: Current project stages
                          type: array
                          items:
                            enum:
                              - initial
                              - feasibility
                              - design
                              - validation
                              - ongoing
                            type: string
                        mainMitigationActivity:
                          anyOf:
                            - type: 'null'
                            - enum:
                                - SolarPowerInstallations
                                - WindFarmDevelopment
                                - HydroPowerInstallations
                                - GeothermalPowerInstallations
                                - BiomassHeatAndElectricity
                                - SustainableFuels
                                - Cookstoves
                                - DomesticBiodigesters
                                - CarbonCaptureAndStorage
                                - CarbonCaptureAndUtilisation
                                - IndustrialMethaneEmissions
                                - WetlandsRestorationAndConservation
                                - SeagrassAndSeaweeds
                                - AfforestationReforestationAndRevegetation
                                - Restoration
                                - >-
                                  ReducedEmissionsFromDeforestationAndDegradation
                                - ImprovedForestManagement
                                - GrasslandRestorationAndManagement
                                - PeatlandRestoration
                                - SoilRelatedAgriculturalPractices
                                - Biochar
                                - BioenergyWithCarbonCaptureAndStorage
                                - EnhancedWeathering
                                - DirectAirCaptureWithCarbonStorage
                                - DirectAirCaptureWithCarbonUtilisation
                                - OceanBasedCarbonRemovals
                                - AgriculturalAndOrganicWaste
                                - Recycling
                                - NonRenewableEnergy
                                - BioOil
                                - BioGas
                                - BiomassGeologicalStorage
                                - DirectBiomassStorage
                                - Mangroves
                                - AvoidedForestConversion
                                - AvoidedGrasslandConversion
                                - ImprovedIrrigationManagement
                                - OzoneDepletingSubstances
                                - EnergyEfficiencyDomestic
                              type: string
                          examples:
                            - Biochar
                          description: Main mitigation activity
                        registry:
                          anyOf:
                            - type: 'null'
                            - enum:
                                - ACR
                                - CAR
                                - Gold_Standard
                                - Verra
                                - CAR_ARB
                                - ACR_ARB
                                - ARB
                                - Plan_Vivo
                                - Puro_Earth
                                - MITECO
                                - Trinity
                                - Isometric
                                - JCM
                                - UK_LCR
                                - SC
                                - CSI
                                - CDM
                                - NZ_ETS
                                - BCS
                                - Eco_Registry
                                - ERF
                                - ICR
                                - Climate_Forward
                                - ERS
                                - A64
                                - GCC
                                - DEV_CS
                                - Ekos_SD
                              type: string
                          examples:
                            - Verra
                          description: Registry
                        certificationLabels:
                          type: array
                          items:
                            enum:
                              - CCB
                              - ABACUS
                              - SDVISta
                              - CORSIAPilot
                              - CORSIAFirst
                              - CCP
                              - Article6Authorised
                              - ICROA
                            type: string
                          examples:
                            - CCB
                          description: Certification labels
                        registryId:
                          description: The id of the project in the registry
                          anyOf:
                            - type: 'null'
                            - type: string
                          examples:
                            - '1234'
                        additionalDocumentation:
                          anyOf:
                            - type: 'null'
                            - description: >-
                                File with additional documentation of the
                                project
                              additionalProperties: false
                              type: object
                              properties:
                                url:
                                  description: File download url
                                  type: string
                                expires:
                                  description: Expiration timestamp of the url
                                  type: number
                              required:
                                - url
                                - expires
                        organizationName:
                          description: Organization name
                          examples:
                            - test organization
                          type: string
                        organizationDescription:
                          description: Organization description
                          examples:
                            - test organization description
                          anyOf:
                            - type: 'null'
                            - type: string
                        creditAvailability:
                          type: array
                          items:
                            type: object
                            properties:
                              reportingPeriodStart:
                                format: date
                                examples:
                                  - '2020-01-01'
                                type: string
                              reportingPeriodEnd:
                                format: date
                                examples:
                                  - '2021-01-01'
                                type: string
                              availableVolume:
                                anyOf:
                                  - type: 'null'
                                  - examples:
                                      - type: fixed
                                        value: 100
                                      - type: range
                                        value:
                                          min: 0
                                          max: 1000
                                    anyOf:
                                      - additionalProperties: false
                                        type: object
                                        properties:
                                          type:
                                            type: string
                                            enum:
                                              - fixed
                                          value:
                                            type: number
                                        required:
                                          - type
                                          - value
                                      - additionalProperties: false
                                        type: object
                                        properties:
                                          type:
                                            type: string
                                            enum:
                                              - range
                                          value:
                                            type: object
                                            properties:
                                              min:
                                                type: number
                                              max:
                                                type: number
                                            required:
                                              - min
                                              - max
                                        required:
                                          - type
                                          - value
                              mitigationTypes:
                                type: array
                                items:
                                  enum:
                                    - removal
                                    - reduction
                                  type: string
                              estimatedTradableDate:
                                anyOf:
                                  - type: 'null'
                                  - format: date
                                    examples:
                                      - '2021-01-01'
                                    type: string
                            required:
                              - reportingPeriodStart
                              - reportingPeriodEnd
                              - availableVolume
                              - mitigationTypes
                              - estimatedTradableDate
                        totalAvailableVolume:
                          examples:
                            - type: fixed
                              value: 100
                            - type: range
                              value:
                                min: 0
                                max: 1000
                          anyOf:
                            - additionalProperties: false
                              type: object
                              properties:
                                type:
                                  type: string
                                  enum:
                                    - fixed
                                value:
                                  type: number
                              required:
                                - type
                                - value
                            - additionalProperties: false
                              type: object
                              properties:
                                type:
                                  type: string
                                  enum:
                                    - range
                                value:
                                  type: object
                                  properties:
                                    min:
                                      type: number
                                    max:
                                      type: number
                                  required:
                                    - min
                                    - max
                              required:
                                - type
                                - value
                        availableVolume:
                          type: array
                          items:
                            type: object
                            properties:
                              reportingPeriodStart:
                                examples:
                                  - '2020-01-01'
                                type: string
                              reportingPeriodEnd:
                                examples:
                                  - '2021-01-01'
                                type: string
                              availableVolumeRange:
                                examples:
                                  - min: 0
                                    max: 1000
                                anyOf:
                                  - type: 'null'
                                  - type: object
                                    properties:
                                      min:
                                        examples:
                                          - 100
                                        type: number
                                      max:
                                        examples:
                                          - 1000
                                        type: number
                                    required:
                                      - min
                                      - max
                              mitigationTypes:
                                type: array
                                items:
                                  enum:
                                    - removal
                                    - reduction
                                  type: string
                            required:
                              - reportingPeriodStart
                              - reportingPeriodEnd
                              - availableVolumeRange
                              - mitigationTypes
                        pricing:
                          examples:
                            - currency: USD
                              minUnitPrice: 10
                              maxUnitPrice: 20
                              notes: >-
                                Prices are indicative and may vary based on
                                volume and contract terms.
                          anyOf:
                            - type: 'null'
                            - additionalProperties: false
                              type: object
                              properties:
                                currency:
                                  enum:
                                    - USD
                                    - EUR
                                    - AUD
                                    - GBP
                                    - SGD
                                  type: string
                                minUnitPrice:
                                  type: number
                                maxUnitPrice:
                                  type: number
                                notes:
                                  anyOf:
                                    - type: 'null'
                                    - type: string
                              required:
                                - currency
                                - minUnitPrice
                                - maxUnitPrice
                                - notes
                      required:
                        - id
                        - additionalData
                        - notableBuyersAndInvestors
                        - projectName
                        - projectDescription
                        - country
                        - firstIssuanceDate
                        - projectStartDate
                        - projectEndDate
                        - ecosystemTypes
                        - ecosystemSubtypes
                        - methodologies
                        - currentProjectStages
                        - mainMitigationActivity
                        - registry
                        - certificationLabels
                        - registryId
                        - additionalDocumentation
                        - organizationName
                        - organizationDescription
                        - creditAvailability
                        - totalAvailableVolume
                        - availableVolume
                        - pricing
                required:
                  - items
        '400':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: number
                    enum:
                      - 400
                  error:
                    type: number
                  message:
                    type: string
                required:
                  - statusCode
                  - message
        '401':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: number
                    enum:
                      - 401
                  error:
                    type: number
                  message:
                    type: string
                required:
                  - statusCode
                  - message
        '403':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: number
                    enum:
                      - 403
                  error:
                    type: number
                  message:
                    type: string
                required:
                  - statusCode
                  - message
        '404':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: number
                    enum:
                      - 404
                  error:
                    type: number
                  message:
                    type: string
                required:
                  - statusCode
                  - message
        '500':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: number
                    enum:
                      - 500
                  error:
                    type: number
                  message:
                    type: string
                required:
                  - statusCode
                  - message
      security:
        - ApiKeyAuth: []
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: Authorization

````