Funding Applications
Last updated
Was this helpful?
Was this helpful?
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/funding_applications?limit=10&submitted=1"[
{
"id": 42,
"created_at": "2025-03-15T10:30:00.000Z",
"updated_at": "2025-03-20T14:22:00.000Z",
"funding_round_id": 5,
"state": "submitted",
"title": "Community Arts Programme 2025",
"submitted_at": "2025-03-20T14:22:00.000Z",
"funding_category": {
"id": 3,
"name": "Arts & Culture"
},
"registration_entity": {
"id": 12,
"name": "Example Community Trust"
}
}
]curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/funding_applications/42"