Certify
- Getting started
- Project and supplier data
- Carbon accounting
- API changelog
Registry
- Getting Started
- Public registry data
- Buyer account management
- GETCurrent Organisation
- GETOrganisation Credit Balance
- GETOrganisation Credit Batches
- Orders
- Retirements
- Transfers
- GET
- Supplier account management
- API changelog
Organisation Credit Balance
Information about active and retired credits owned by the given organisation.
Includes total balances as well as balances split by projects and suppliers.
curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/organisations/{id}/credit_balance \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'
{
"project_balances": [
{
"project_id": "prj_1CTWZQGKE1S0VAXA",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"supplier_balances": [
{
"supplier_id": "spl_1CC712KFS1S0YKPS",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Path Parameters
Response
20 - 36
"prj_1CTWZQGKE1S0VAXA"
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
20 - 36
"spl_1CC712KFS1S0YKPS"
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
125632
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
125.632
Was this page helpful?
curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/organisations/{id}/credit_balance \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'
{
"project_balances": [
{
"project_id": "prj_1CTWZQGKE1S0VAXA",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"supplier_balances": [
{
"supplier_id": "spl_1CC712KFS1S0YKPS",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}