GET
/
deliveries
/
{id}
/
credit_batches
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/deliveries/{id}/credit_batches \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "nodes": [
    {
      "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"
    }
  ],
  "total_count": 123
}

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
nodes
object[]
required
total_count
integer
required