Getting Started
Public Registry Data
- Issuances
- Deliveries
- Retirements
- Transfers
- Suppliers
- Projects
Buyer Account Management
- GETCurrent Organisation
- GETOrganisation Credit Balance
- GETOrganisation Credit Batches
- Orders
- Retirements
- Transfers
Supplier Account Management
- GETCurrent Supplier
- GETOrganisation Credit Batches
- Issuances
- Orders
- Deliveries
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": "pfx_1H0G39139CF0DZB2",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"supplier_balances": [
{
"supplier_id": "pfx_1H0G39139CF0DZB2",
"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
Path Parameters
Response
20 - 36
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
20 - 36
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e.
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.
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": "pfx_1H0G39139CF0DZB2",
"total": {
"active_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
}
}
}
],
"supplier_balances": [
{
"supplier_id": "pfx_1H0G39139CF0DZB2",
"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
}
}
}