v1
latestOpenAPI 3.1.02026-08-043160244.3 KBEntities
Get a single entity by entity code
Retrieves data for a single Entity if the user has permission to view it.
get/entity/{code}
Path parameters
codestring required
Entity code
Entity code
Response
Entity information
Example response
{
"accountManager": {
"email": "example@treasuryspring.com",
"name": "example"
},
"bankAccounts": [
{
"currency": "GBP",
"lastDigits": "1234",
"uid": "3e3020d02361470fa5839b2a456102b7"
}
],
"code": "TEST0001",
"countryCode": "GB",
"currency": "GBP",
"name": "TreasurySpring Limited",
"status": "ACTIVE"
}