cURL
curl --request GET \ --url https://api.example.com/getevents
{ "status": "success", "data": { "events": [ { "id": 1, "title": "Annual General Meeting", "description": "Yearly review and elections", "start_time": "2025-06-15T14:00:00Z", "end_time": "2025-06-15T16:00:00Z", "timezone": "Africa/Lagos", "meeting_link": "https://meet.google.com/abc-defg-hij", "meeting_provider_type": "google_meet", "record_meeting": true, "chapter_id": 1 } ], "pagination": { "total": 25, "offset": 0, "limit": 50 } } }
Retrieve events for a chapter.
Documentation IndexFetch the complete documentation index at: https://docs.transparencyhubnetwork.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.transparencyhubnetwork.ai/llms.txt
Use this file to discover all available pages before exploring further.