Create Historical Emission
Create Historical Emission
Create a new manual emission entry for a historical period
POST
Create Historical Emission
Create Historical Emission
Create a new manual emission entry. The scope is automatically derived from the category. The entry is included in your organization’s total emissions.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faBody Parameters
Start date of the emission period (ISO 8601)Example:
"2022-01-01"End date of the emission period. Must be greater than or equal to
start_date.Example: "2022-12-31"Emission category. Determines the GHG scope automatically.Scope 1:
process, recharge, stationary, transport, waste_water_treatment_population, waste_water_treatment_sludge, waste_water_treatment_waterScope 2: electricityScope 3: purchases, travels, wastes, capex, employees_in_itinere, employees_in_labore, electricity_generation, electricity_transmission_and_distribution, stationary_generation, transport_generation, transport_distribution_upstream, transport_distribution_downstream, sold_products_waste, use_of_product_combustion, use_of_product_electricity, use_of_product_water, waste_water_treatment_discharge, waterTotal CO2e emissions in kilograms. Must be greater than 0.Example:
45200.5Free text description of the emission entryExample:
"2022 electricity consumption from utility bills"UUID of an uploaded evidence file to attach
URL of the evidence file
Name of the evidence file (max 255 characters)
Response
Returns the created historical emission object with HTTP 201.Historical emission UUID
Organization UUID
Start date of the emission period (ISO 8601)
End date of the emission period (ISO 8601)
GHG scope automatically derived from category (1, 2, or 3)
Emission category (e.g.
electricity, transport, purchases)Total CO2e emissions in kilograms
Free text description of the emission entry
GHG gas type (e.g.
co2e)GHG type:
0 = fossil, 1 = biomassWhether this emission entry is enabled and included in totals
UUID of the attached evidence file
URL of the attached evidence file
Name of the attached evidence file
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization422 Validation Error
Cause:end_date is before start_date
total_co2e is not positive
Related Endpoints
List
View all historical emissions
Update
Modify an existing entry

