Access Information
| API Endpoint | Description |
|---|---|
|
GET
/campaigns
|
Returns data for all campaigns |
|
GET
/campaign/{guid}
|
Returns specific campaign's data by its GUID |
|
GET
/contributions/{guid}
|
Returns all contributions for a campaign (by its GUID) |
|
GET
/contributions/{guid}/{year}
|
Returns contributions for a campaign (by its GUID) for the given year |
|
GET
/contributions/{guid}/{year}/{month}
|
Returns contributions for a campaign (by its GUID) for the given year and month |
|
GET
/contributions/{guid}/{year}/{month}/{day}
|
Returns contributions for a campaign (by its GUID) for the given year, month and day |
|
GET
/recurring-contributions/{guid}
|
Returns recurring contributions for a campaign (by its GUID) |
| API Endpoint | Description |
|---|---|
|
GET
/invoice/{guid}
|
Returns specific invoice's data by its GUID |
|
GET
/invoice-payment/{guid}
|
Returns payment information for an invoice by its GUID |
|
DELETE
/invoice/{guid}
|
Cancels an invoice by its GUID |
|
POST
/invoice
|
Creates a new invoice JSON Payload |