Skip to main content
GET
/
credit_batches
/
{id}
Credit Batch
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/credit_batches/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "beneficiary": {
    "domain": "isometric.com",
    "id": "<string>",
    "name": "<string>"
  },
  "carbon_removal_data": {
    "counterfactuals_kg": 123,
    "emissions_kg": 123,
    "gross_carbon_removed_kg": 123,
    "losses_kg": 123,
    "net_carbon_removed_kg": 123
  },
  "ccp_approved": true,
  "country_of_issue": "<string>",
  "delivered_at": "2023-11-07T05:31:56Z",
  "delivery_id": "dlv_1C454ZXA61S03Z9T",
  "id": "<string>",
  "issuance_id": "<string>",
  "issued_at": "2023-11-07T05:31:56Z",
  "left_child_id": "ctb_1DRBTYA8Q1S07CBY",
  "owner": {
    "domain": "isometric.com",
    "id": "<string>",
    "name": "<string>"
  },
  "parent_id": "ctb_1DRBTYA8Q1S07CBY",
  "project_id": "<string>",
  "removal_id": "<string>",
  "retired_at": "2023-11-07T05:31:56Z",
  "retirement_id": "ret_1FYBH4QDT1S0SVKF",
  "right_child_id": "ctb_1DRBTYA8Q1S07CBY",
  "sequestered_on": "2023-12-25",
  "serial_number": "<string>",
  "size": {
    "credit_kgs": 123,
    "credits": 123
  },
  "status": "active",
  "supplier_id": "<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

Response

Successful Response

beneficiary
Organisation · object
required
carbon_removal_data
CarbonRemovalData · object
required

Carbon removal data for this credit batch

ccp_approved
boolean
required

Whether this credit batch has been issued as part of a ICVCM Core Carbon Principles (CCP) approved project

country_of_issue
string
required
Required string length: 3
delivered_at
string<date-time> | null
required
delivery_id
string | null
required
Required string length: 20 - 37
Example:

"dlv_1C454ZXA61S03Z9T"

id
string
required
Required string length: 20 - 37
issuance_id
string
required
Required string length: 20 - 37
issued_at
string<date-time>
required
left_child_id
string | null
required

If this credit batch has status SPLIT, it will have two child batches representing the two halves of this split.

Required string length: 20 - 37
Example:

"ctb_1DRBTYA8Q1S07CBY"

owner
Organisation · object
required
parent_id
string | null
required

If this credit batch was created from splitting a larger batch in two, this will be set to the id of the parent credit batch.

Required string length: 20 - 37
Example:

"ctb_1DRBTYA8Q1S07CBY"

project_id
string
required
Required string length: 20 - 37
removal_id
string
required
Required string length: 20 - 37
retired_at
string<date-time> | null
required
retirement_id
string | null
required
Required string length: 20 - 37
Example:

"ret_1FYBH4QDT1S0SVKF"

right_child_id
string | null
required

If this credit batch has status SPLIT, it will have two child batches representing the two halves of this split.

Required string length: 20 - 37
Example:

"ctb_1DRBTYA8Q1S07CBY"

sequestered_on
string<date>
required
serial_number
string
required
size
CreditQuantity · object
required
status
enum<string>
required
Available options:
active,
split,
retired
supplier_id
string
required
Required string length: 20 - 37