Skip to main content
GET
/
issuances
/
{id}
Issuance
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/issuances/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "buffer_pool_credit_batch_size_total": {
    "credit_kgs": 123,
    "credits": 123
  },
  "credit_batch_size_total": {
    "credit_kgs": 123,
    "credits": 123
  },
  "id": "<string>",
  "issued_at": "2023-11-07T05:31:56Z",
  "project_id": "<string>",
  "supplier": {
    "id": "<string>",
    "location": {
      "country_code": "<string>",
      "country_name": "<string>",
      "latitude": 0,
      "longitude": 0,
      "description": "<string>"
    },
    "long_description": "<string>",
    "organisation": {
      "domain": "isometric.com",
      "id": "<string>",
      "name": "<string>"
    },
    "short_description": "<string>"
  },
  "supplier_credit_batch_size_total": {
    "credit_kgs": 123,
    "credits": 123
  }
}

Authorizations

Authorization
string
header
required

A 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 A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

Successful Response

buffer_pool_credit_batch_size_total
CreditQuantity · object
required
credit_batch_size_total
CreditQuantity · object
required
id
string
required
Required string length: 20 - 37
issued_at
string<date-time>
required
project_id
string
required
Required string length: 20 - 37
supplier
Supplier · object
required
supplier_credit_batch_size_total
CreditQuantity · object
required