Impact

The Impact API provides a consolidated view of your total environmental impact, making it easy to track and showcase your contributions over time. With a single API call, you can retrieve summary data including the total number of trees planted, ocean waste removed, carbon captured, and donations made.

This data includes impact generated directly by your organization as well as on behalf of your customers. Use it to power dashboards, generate reports, or share real-time progress toward sustainability goals.


GET/v1/impact

Retrieve your impact

This endpoint allows you to query your total impact.

Request

GET
/v1/impact
curl --location 'https://api.1clickimpact.com/v1/impact' \
--header 'x-api-key: {PRODUCTION API KEY}'

Response

{
  "user_id": "U123",
  "tree_planted": 500,
  "waste_removed": 100,
  "carbon_captured": 300,
  "money_donated": 100000
}