API referenceMeetings
Get a meeting
Fetch one meeting by id. 404 if the id does not exist OR belongs to a different organization (cross-org access is not distinguished from absence).
Authorization
bearerAuth AuthorizationBearer <token>
API key issued in Settings → API Keys in the Meetso dashboard. Owners and Admins only.
In: header
Path Parameters
id*string
Resource id (CUID).
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/public/v1/meetings/string"{ "data": { "id": "string", "title": "string", "meet_url": "string", "platform": "GOOGLE", "calendar_event_id": "string", "start_time": "2019-08-24T14:15:22Z", "end_time": "2019-08-24T14:15:22Z", "timezone": "string", "organizer_email": "string", "organizer_name": "string", "attendees": [ { "email": "user@example.com", "display_name": "string", "time_joined": "2019-08-24T14:15:22Z" } ], "transcript_id": "string", "recording_id": "string", "processing_status": "PROCESSING", "created_at": "2019-08-24T14:15:22Z" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}{ "error": { "code": "unauthorized", "message": "string", "request_id": "string" }}