GET
/
issuances
/
{id}
/
credit_batches
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/issuances/{id}/credit_batches \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "buffer_pool_credit_batch_size_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "buffer_pool_credit_batches": [
    {
      "beneficiary": {
        "domain": "isometric.com",
        "id": "abc_1H0G39139CF0DZB2",
        "name": "Isometric"
      },
      "country_of_issue": "GBR",
      "id": "abc_1H0G39139CF0DZB2",
      "issuance_id": "pfx_1H0G39139CF0DZB2",
      "issued_at": "2023-11-07T05:31:56Z",
      "left_child_id": "pfx_1H0G39139CF0DZB2",
      "owner": {
        "domain": "isometric.com",
        "id": "abc_1H0G39139CF0DZB2",
        "name": "Isometric"
      },
      "parent_id": "pfx_1H0G39139CF0DZB2",
      "project_id": "pfx_1H0G39139CF0DZB2",
      "removal_id": "pfx_1H0G39139CF0DZB2",
      "retired_at": "2023-11-07T05:31:56Z",
      "retirement_id": "pfx_1H0G39139CF0DZB2",
      "right_child_id": "pfx_1H0G39139CF0DZB2",
      "sequestered_at": "2023-11-07T05:31:56Z",
      "serial_number": "ISO-1-BSTORE-GBR-F5X7-2024-78177-81177",
      "size": {
        "credit_kgs": 125632,
        "credits": 125.632
      },
      "status": "active"
    }
  ],
  "credit_batch_size_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "issuance_id": "pfx_1H0G39139CF0DZB2",
  "supplier_credit_batch_size_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "supplier_credit_batches": [
    {
      "beneficiary": {
        "domain": "isometric.com",
        "id": "abc_1H0G39139CF0DZB2",
        "name": "Isometric"
      },
      "country_of_issue": "GBR",
      "id": "abc_1H0G39139CF0DZB2",
      "issuance_id": "pfx_1H0G39139CF0DZB2",
      "issued_at": "2023-11-07T05:31:56Z",
      "left_child_id": "pfx_1H0G39139CF0DZB2",
      "owner": {
        "domain": "isometric.com",
        "id": "abc_1H0G39139CF0DZB2",
        "name": "Isometric"
      },
      "parent_id": "pfx_1H0G39139CF0DZB2",
      "project_id": "pfx_1H0G39139CF0DZB2",
      "removal_id": "pfx_1H0G39139CF0DZB2",
      "retired_at": "2023-11-07T05:31:56Z",
      "retirement_id": "pfx_1H0G39139CF0DZB2",
      "right_child_id": "pfx_1H0G39139CF0DZB2",
      "sequestered_at": "2023-11-07T05:31:56Z",
      "serial_number": "ISO-1-BSTORE-GBR-F5X7-2024-78177-81177",
      "size": {
        "credit_kgs": 125632,
        "credits": 125.632
      },
      "status": "active"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

An 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

Path Parameters

id
string
required

Response

200 - application/json
buffer_pool_credit_batch_size_total
object
required
buffer_pool_credit_batches
object[]
required
credit_batch_size_total
object
required
issuance_id
string
required
supplier_credit_batch_size_total
object
required
supplier_credit_batches
object[]
required