cURL
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, "currency": "USD", "updated_at": "2023-11-07T05:31:56Z" }, "total_balance": { "pending": 123, "available": 123, "currency": "USD", "updated_at": "2023-11-07T05:31:56Z" } }
Get balance object.
The access token received from the authorization server in the OAuth 2.0 flow.
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
The requested enterprise account balance
The response is of type object.
object
Was this page helpful?