POST
/
ghg_statements
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/ghg_statements \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "end_on": "2023-12-25",
  "project_id": "prj_1CTWZQGKE1S0VAXA"
}'
{
  "credits_issued_at": "2023-11-07T05:31:56Z",
  "ghg_statement_report_url": "<string>",
  "id": "ggs_1GDQJ99Z51S0DYW9",
  "pending_total_co2e_removed_kg": 123,
  "project_id": "prj_1CTWZQGKE1S0VAXA",
  "removal_ids": [
    "rmv_1EEM6NJXX1S0EXKD"
  ],
  "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

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Body

application/json
end_on
string
required

The inclusive end date of the GHG Statement

project_id
string
required
Required string length: 20 - 36
Example:

"prj_1CTWZQGKE1S0VAXA"

Response

200
application/json
Successful Response
credits_issued_at
string | null
required
ghg_statement_report_url
string | null
required
id
string
required
Required string length: 20 - 36
Example:

"ggs_1GDQJ99Z51S0DYW9"

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 - 36
Example:

"prj_1CTWZQGKE1S0VAXA"

removal_ids
string[]
required
status
enum<string>
required
Available options:
DRAFT,
AWAITING_VERIFICATION,
VERIFIED,
CREDITS_ISSUED
submitted_at
string | null
required
verifier
string | null
required

Name of the verifier of the GHG statement