Skip to main content
POST
/
ghg_statements
/
{id}
/
submit
Post Ghg Statement Submit
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/ghg_statements/{id}/submit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '
{
  "ghg_statement_report_url": "<string>"
}
'
{
  "credits_issued_at": "2023-11-07T05:31:56Z",
  "ghg_statement_report_url": "<string>",
  "id": "<string>",
  "pending_total_co2e_removed_kg": 123,
  "project_id": "<string>",
  "removal_ids": [
    "<string>"
  ],
  "status": "DRAFT",
  "submitted_at": "2023-11-07T05:31:56Z",
  "verifier": "<string>"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Body

application/json
  • SubmitGhgStatementRequest
  • ResubmitGhgStatementRequest
ghg_statement_report_url
string
required

The URL of the GHG statement report. This should be accessible to the verifier.

Response

Successful Response

credits_issued_at
string<date-time> | null
required
ghg_statement_report_url
string | null
required
id
string
required
Required string length: 20 - 37
pending_total_co2e_removed_kg
number | null
required

If the GHG statement has pending changes, this is the net CO₂e removed by the removals in the GHG statement, including any changes that are pending. If the GHG statement has no pending changes, this is None.

project_id
string
required
Required string length: 20 - 37
removal_ids
string[]
required
Required string length: 20 - 37
status
enum<string>
required
Available options:
DRAFT,
AWAITING_VERIFICATION,
VERIFIED,
CREDITS_ISSUED
submitted_at
string<date-time> | null
required
verifier
string | null
required

Name of the verifier of the GHG statement