Get an account's bundle selection
Parameters
No parameters
Returns
A Bundle Selection represents an account's default project bundle ratios that are used when an order is placed without specifying project bundles.
An account initial project bundle selection is
- Conserving forests in Asia - 95%
- Ocean Carbon Removal - 5%
curl 'https://api.lune.co/v1/bundle-selections' \
-H 'Authorization: Bearer <API_KEY>'
[
{
"bundle_id": "BmWxrvXo29eGqzA1qjANL5PwnkgaO8R3",
"percentage": 34
},
{
"bundle_id": "VndoQ0PZjGMzvYOZGwqy6kbgN1eOJx9B",
"percentage": 66
}
]