v1
latestOpenAPI 3.1.02026-08-043160244.3 KBSubscriptions
Get a single subscription by id
Retrieves a single subscription if the user has permission to view it. Useful for tracking a subscription returned by /subscribe until its holdingUid is populated. Once holdingUid exists, treat the holding as the live source of truth.
get/subscription/{entity_code}/{uid}
Path parameters
entity_codestring required
Entity code
Entity code
uidstring required
Subscription uid
Subscription uid
Response
Subscription information
Example response
{
"amount": 1000,
"cellCode": "Example-IC",
"currency": "GBP",
"cutoffDatetime": "2024-01-01T12:15:00",
"entityCode": "TEST0001",
"holdingUid": "6e69e21342a24bbdaf9fe4e8a9995fda",
"indicationUid": "ef8b318a15b04784ba86c8667727d78b",
"maturityAction": "Roll",
"maturityDate": "2025-01-01",
"obligorExposureCode": "BACR[GC]",
"obligorExposureName": "Barclays Bank Plc [Gov secured]",
"productCode": "GBP-BACR[GC]-3M",
"releaserEmail": "example@treasuryspring.com",
"signerEmail": "example@treasuryspring.com",
"source": "As per Master Subscription Agreement",
"subscriptionDate": "2024-01-01",
"uid": "8a1f37f521f146dbaa4a333d0bc26158",
"yield": 5
}