Funding Rounds
Last updated
Was this helpful?
Was this helpful?
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/funding_rounds"[
{
"id": 5,
"created_at": "2025-01-10T09:00:00.000Z",
"updated_at": "2025-02-01T12:00:00.000Z",
"name": "Community Grants 2025",
"description": "Annual community grants programme",
"start_date": "2025-02-01T00:00:00.000Z",
"ent_date": "2025-04-30T23:59:59.000Z",
"total_funding": "500000.0",
"is_private": false,
"is_continuous": false,
"archived": false,
"group": {
"id": 1,
"name": "Default"
},
"funding_category": {
"id": 3,
"name": "Community Development"
}
}
]curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/funding_rounds/5"