ImpactAPI Documentation
    • Introduction
    • Quick Start
    • Authentication
    • Donation Sessions
    • Error Handling
    • Pagination
    • Metadata
    • Endpoints
    • Customers
    • Donation Intents
    • Donation Sessions
    • Vendors
    • Campaigns
API Version: v1.0
Back to dashboard
ImpactAPI Documentation

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://testing.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

Follow our quick start guide to make your first API call.

Quick Start guide →
Get your API key

Visit your dashboard to generate an API key and start making authenticated requests.

API keys →