v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Issuance

Information about a specific issuance.

get/issuances/{id}

Path parameters

idstring required
Example:iss_1EWT8R5FY1S0GFCY

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
issued_atstring date-time required
project_idstring required
reporting_period_start_atstring date required

Start date of the reporting period (inclusive)

reporting_period_end_atstring date required

End date of the reporting period (inclusive)

Example response

{
  "id": "iss_1EWT8R5FY1S0GFCY",
  "supplier": {
    "id": "spl_1CC712KFS1S0YKPS",
    "organisation": {
      "id": "org_1GB56M1ST1S0GVNA",
      "name": "Isometric",
      "domain": "isometric.com"
    },
    "location": {
      "country_code": "GBR",
      "latitude": 51.5072,
      "longitude": -0.1276
    }
  },
  "project_id": "prj_1CTWZQGKE1S0VAXA",
  "supplier_credit_batch_size_total": {
    "credits": 125.632,
    "credit_kgs": 125632
  },
  "buffer_pool_credit_batch_size_total": {
    "credits": 125.632,
    "credit_kgs": 125632
  },
  "credit_batch_size_total": {
    "credits": 125.632,
    "credit_kgs": 125632
  }
}