Getting Started with Net0 API

Introduction 📄

Net0 is a carbon accounting software that empowers businesses to measure, monitor, offset and reduce carbon emissions. We help build tools via our cloud-based platform which automates the process by which businesses measure their carbon emissions and their effect on the environment.

The main purpose of Net0's REST APIs is to allow businesses to simplify data entry, so they can programmatically add new emissions such as emissions from flights, manufacturing, vehicle rides, and so much more to their system.


Getting Started

Companies use Net0 software to measure their carbon footprint comprehensively, plan, and execute steps to reduce emissions, and share results with investor-grade reporting.

Net0's platform enables businesses to accelerate the journey to carbon neutrality and helps to transition to the green economy. The Net0 API is based on REST API and all requests will be made over HTTPS.


Base URL

👍

https://backend.net0.com/v1/


Authentication & Authorization 🔑

The Net0 API uses API keys to authenticate API requests. By restriction of access to the system through API Keys, a tenant can only send requests to the server only if the provided key is authorized.

Note: Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

📘

Authorization

Value: <API_KEY>


API Headers

HeaderDescription
AuthorizationAPI_KEY value supplied to you on request

KEY - set as x-api-key
Content-TypeSet content-type to application/json