Contracts
Last updated
Was this helpful?
Was this helpful?
curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/contracts"[
{
"id": 8,
"created_at": "2025-04-01T09:00:00.000Z",
"updated_at": "2025-04-15T11:30:00.000Z",
"title": "Community Arts Programme - Contract",
"amount": "25000.0",
"contract_start_date": "2025-05-01",
"contract_end_date": "2026-04-30",
"state": "signed",
"contract_type": "standard",
"registration_entity": {
"id": 12,
"name": "Example Community Trust"
}
}
]curl -H "Authorization: Bearer YOUR_TOKEN" \
"https://your-org.tahua.io/api/v2/contracts/8"