---
title: "Post Ghg Statement Submit"
method: POST
path: "/ghg_statements/{id}/submit"
---

# Post Ghg Statement Submit

`POST /ghg_statements/{id}/submit`

## Path parameters

- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Request body

- union
  - SubmitGhgStatementRequest
    - `ghg_statement_report_url` string, required — The URL of the GHG statement report. This should be accessible to the verifier. Must be at most 2048 characters long.
  - ResubmitGhgStatementRequest
    - `ghg_statement_report_url` string, required — The URL of the GHG statement report. This should be accessible to the verifier. Must be at most 2048 characters long.
    - `summary_of_changes` string, required — A high-level summary of what's changed since the previous submission of this GHG statement.

## Response `200`

Successful Response

- GhgStatement
  - `id` string, required
  - `project_id` string, required
  - `verifier` string, nullable, required — Name of the verifier of the GHG statement
  - `removal_ids` string[], required
  - `ghg_entry_ids` string[], required
  - `ghg_statement_report_url` string, nullable, required
  - `status` 'DRAFT' | 'AWAITING_VERIFICATION' | 'VERIFIED' | 'CREDITS_ISSUED' | 'FAILED_VERIFICATION', required
  - `reporting_period_start_at` string, date, required — Start date of the reporting period (inclusive)
  - `reporting_period_end_at` string, date, required — End date of the reporting period (inclusive)
  - `submitted_at` string, date-time, nullable, required
  - `credits_issued_at` string, date-time, nullable, required
  - `pending_total_co2e_removed_kg` number, nullable, required — If the GHG statement has pending changes, this is the net CO₂e removed by the entries in the GHG statement, including any changes that are pending. If the GHG statement has no pending changes, this is None.
  - `credit_allocation` CreditAllocation, required
    - `buffer_pool_contribution_kg` integer, required — The number of credits (in kg CO₂e) contributed to the buffer pool, computed as risk_of_reversal_percentage × total issuable credits.
    - `supplier_allocation_kg` integer, required — The number of credits (in kg CO₂e) issued to the supplier, computed as total issuable credits minus buffer pool contribution.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
