cURL
curl --request GET \ --url https://api.example.com/v1/accounts
[ { "account_id": "09569fa2-b2b2-449d-af8b-24bc3694ecbc", "account_name": "Example Account", "account_email": "example@greener-choice.com", "account_created_at": "2024-06-10T16:35:49.644304" } ]
This will return all carbon accounts that belong to your organisation.