GET
/
reserve
/
{id}
curl --request GET \
  --url https://api.treasuryprime.com/reserve/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_id": "acct_1234567890",
  "amount": "0.00",
  "id": "reserve_1029384756",
  "reserve_account_id": "acct_0987654321",
  "upper_limit": "100.00",
  "userdata": null
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json
The reserve
account_id
string

ID of the target Account that has an added reserve limit. Filterable.

amount
string

Amount that account_id is currently overdrawn

bankdata
object

Optional data for the bank

id
string

Unique identifier for object

reserve_account_id
string

ID of the Account that holds the reserve. Filterable.

upper_limit
string

Max amount that account_id may be overdrawn in total

userdata
object

Arbitrary user data that can be attached to the object