post https://app.pennylane.com/api/external/v2/ledger_accounts
Create a ledger account
This endpoint requires one of the following scopes:
ledger
Log in to see full request history
Responses
Create a ledger account
This endpoint requires one of the following scopes:
ledger
xxxxxxxxxx
curl --request POST \
--url https://app.pennylane.com/api/external/v2/ledger_accounts \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 124,
"number": "512",
"label": "Secondary Account",
"vat_rate": "any",
"country_alpha2": "FR",
"enabled": true
}