Get a client account
Parameters
No parameters
Returns
Returns: ClientAccount object
stringrequired
The Account's unique identifier
stringrequired
The Account's name
stringrequired
The unique identifier of the organisation this account belongs to
string^[a-z0-9-_]+$required
handle
is a client defined URL-friendly string that identifies the account.
The handle
is unique per organisation and account type.
enumrequired
The account's currency.
ISO 4217 3 character currency code.
Note: Lune does not support all currency codes.
Enum:
- GBP
- EUR
- USD
- SEK
- CHF
- PLN
- DKK
- NOK
- BGN
- INR
- SGD
- AED
- AUD
- HUF
- ISK
- CZK
- CAD
enumrequired
The account's type.
Enum:
- live
- test
stringrequired
The account logo
stringrequired
Retirement beneficiary
This is the name that appears on future retirements that are made in this account. If none is present, the organisation beneficiary will be used instead.
stringrequired
Bundle portfolio id tied to the account.
enumrequired
Enum to control the visibility of external pages such as sustainability and analytics pages.
Enum:
- public
- hidden
curl 'https://api.lune.co/v1/accounts/client/me' \
-H 'Authorization: Bearer <API_KEY>'
{
"id": "ljmkOq7vXd239gAE9WALWQ8ZGVD5ExNz",
"name": "ACME",
"beneficiary": "ACME Inc",
"currency": "USD",
"type": "live",
"organisation_id": "VndoQ0PZjGMzvYOZGwqy6kbgN1eOJx9B",
"logo": null,
"bundle_portfolio_id": null
}