What you can do
With Try It, you can:
- Send live requests to our sandbox environment
- Inspect full HTTP request and response details
- Adjust headers, parameters, and body payloads
- Test different authentication tokens or organization IDs
- Explore error handling and validation scenarios with mock data
Before you start
You will need the required headers for each API. Examples include
Authorization, X-Lerian-Id, or X-Organization-Id. Each endpoint specifies exactly which headers you must use.
The sandbox resets automatically every day.Any entity you create, such as Organizations, Ledgers, or Portfolios, will be deleted within 24 hours.When testing dependent endpoints, create the required entities again before sending new requests.For example, you must create an Organization before creating a Ledger. Use the returned
organization_id in the path.How to use it
1
Open any endpoint in the API Reference.
2
Click the Try It button next to the endpoint path.
3
Fill in the input fields such as query parameters, body content, or headers.
4
Click Send Request to run the call.
5
Review the response body, status code, and headers shown below the request.

