Skip to main content
GET
/
deliver
/
balance
Get balance
curl --request GET \
  --url https://api-sandbox.orum.io/deliver/balance \
  --header 'Authorization: Bearer <token>' \
  --header 'Orum-Version: <orum-version>'
{
  "balance": {
    "pending": 123,
    "available": 123,
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "total_balance": {
    "pending": 123,
    "available": 123,
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.orum.io/llms.txt

Use this file to discover all available pages before exploring further.

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 and Verify APIs. Use v2022-09-21.

Available options:
v2022-09-21

Response

The requested enterprise account balance

balance
Balance · object
required
total_balance
Balance · object
required