v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
Cells

Get a single cell by code

Retrieves data for a single Cell.

get/cell/{code}

Path parameters

codestring required

Cell code

Cell code

Response

Cell information

codestring required

Cell Code

namestring required

Cell Name

Example response

{
  "allowedObligors": [
    {
      "code": "BACR",
      "name": "Barclays Bank Plc"
    }
  ],
  "code": "Example-IC",
  "documents": [
    {
      "name": "Factsheet"
    }
  ],
  "name": "TreasurySpring Example FTF IC"
}