API reference
cURL
curl --request GET \ --url https://api.sandbox.isometric.com/registry/v0/transfers/{id}/credit_batches \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "nodes": [ { "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>" } ], "total_count": 123 }
List of credit batches in a given transfer.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Successful Response
Show child attributes
Was this page helpful?