GET
/
deliver
/
balance
/
subledgers
/
{id}
curl --request GET \
  --url https://api-sandbox.orum.io/deliver/balance/subledgers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Orum-Version: <orum-version>'
{
  "balance": {
    "subledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "pending": 123,
    "available": 123,
    "currency": "USD",
    "updated_at": "2023-11-07T05:31:56Z",
    "subledger_reference_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Orum-Version
enum<string>
required

Version of Deliver API. Use v2022-09-21.

Available options:
v2022-09-21

Path Parameters

id
string
required

Response

200
application/json

The requested subledger account balance

The response is of type object.