/meetingsscope: meetings:readList meetings (paginated, newest first).
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/meetingsRead meeting metadata, agendas, and published minutes for any committee in your organisation.
Base URL: https://quorate.app/api/v1
/meetingsscope: meetings:readList meetings (paginated, newest first).
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/meetings/meetings/{id}scope: meetings:readMeeting detail with agenda items.
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/meetings/MEETING_OR_ROW_ID/meetings/{id}/minutesscope: meetings:readApproved or published-draft minutes for a meeting.
Only returns minutes in `approved` or `published_draft` status. Use this for public republishing.
curl -H "Authorization: Bearer qrt_xxxxxxxxxxxxxxxx" \
https://quorate.app/api/v1/meetings/MEETING_OR_ROW_ID/minutes