ImpactAPI Documentation

v1.0

The complete guide to integrating with Dollar Donation Club's ImpactAPI for managing donations and tracking impact.

Quick Start
Get up and running in minutes

Learn how to authenticate and make your first API call to the ImpactAPI.

Authentication
Secure your API requests

Understand how to use API keys and authenticate your requests securely.

Endpoints
Explore available endpoints

Browse all available API endpoints.

Overview

The ImpactAPI is a RESTful API that allows you to integrate Dollar Donation Club's donation management capabilities into your applications. With the ImpactAPI, you can:

  • Process and track donations in real-time
  • Generate detailed impact reports and analytics
  • Integrate with your existing systems and workflows

Base URL

https://impactapi.co

All API requests should be made to this base URL.

Response Format

All API responses are returned in JSON format with the following structure:

{
  "data": ... // Response data here
}

Next Steps

Make your first request
Get your API key