Ledgers
Create new ledger
How to create a new ledger in Blnk.
POST
If you’re using the auto-provisioned
Enterprise Core instance included with your Production License deployment, set the base URL to: https://ENTERPRISE_PUBLIC_URL/core.If you’re connecting to a different Core instance, use the publicly accessible base URL for that instance instead.Authorization
If set, the API uses an API key for authentication. Include the following header in your requests:X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Scoped API keys and Secure your Blnk server.
Body
string
required
Name of the ledger. Ensure it is as descriptive as possible for easy reference.
object
Additional metadata for the request body.
Response
string
required
Unique id to represent the created ledger.
string
required
Name of the ledger.
string
required
Indicates the date & time of creation.
User Object
Additional metadata of the ledger.