Meetings
Scheduled meetings, agendas, rooms, and summaries.
GET /api/v1/meetingsGET /api/v1/meetings/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Scheduled meetings, agendas, rooms, and summaries.
GET /api/v1/meetingsGET /api/v1/meetings/{id} Meeting participants, roles, and RSVP state.
GET /api/v1/participantsGET /api/v1/participants/{id} curl "https://meet.fastsme.com/api/v1/meetings?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://meet.fastsme.com/api/v1/meetings", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs