POST
/
ghg_statements
/
{id}
/
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": "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

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.