Get active (non-completed) donation goals with progress.
API Key API key used for authentication
In: header
application/json
application/json
curl -X GET "https://example.com/goal/active"{ "goals": [ { "id": "00000000-0000-0000-0000-000000000000", "amount": 100000, "description": "New microphone", "isTimeBound": false, "startDate": null, "endDate": null, "isCompleted": false, "showOnEmbed": true, "progress": [ { "total": 45000, "currency": "usd" } ], "createdAt": "2026-07-15T21:26:44.887Z", "updatedAt": "2026-07-15T21:26:44.887Z" } ]}{ "error": "string", "code": "string", "details": null}