cURL
curl --request GET \ --url https://api-sandbox.orum.io/deliver/subledgers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Orum-Version: <orum-version>'
{ "subledger": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subledger_reference_id": "<string>", "customer_reference_id": "<string>", "customer_resource_type": "business", "status": "created", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "closed_at": "2023-11-07T05:31:56Z" } }
Get a subledger by id
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
Subledger ID
successful response.
The response is of type object.
object
Was this page helpful?