curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/share \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"recipients": ["alex@example.com", "jordan@example.com"],
"permission": "comment",
"generate_link": true,
"message": "Here are the notes from our product sync."
}'
{
"id": "shr_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"permission": "comment",
"recipients": [
{
"email": "alex@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
},
{
"email": "jordan@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
}
],
"link": {
"url": "https://app.mavioapp.com/shared/mtg_8f3k2j1m4n5p?token=shr_tok_x9y8z7w6",
"expires_at": null
},
"created_at": "2026-04-14T09:30:00Z"
}
Share a meeting with specific users via email or generate a shareable link.
curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/share \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"recipients": ["alex@example.com", "jordan@example.com"],
"permission": "comment",
"generate_link": true,
"message": "Here are the notes from our product sync."
}'
{
"id": "shr_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"permission": "comment",
"recipients": [
{
"email": "alex@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
},
{
"email": "jordan@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
}
],
"link": {
"url": "https://app.mavioapp.com/shared/mtg_8f3k2j1m4n5p?token=shr_tok_x9y8z7w6",
"expires_at": null
},
"created_at": "2026-04-14T09:30:00Z"
}
mtg_8f3k2j1m4n5p).view (read-only access to transcript, summary, and recording), comment (view plus ability to add comments and notes), or edit (full access including editing summary and action items).true, generates a shareable link that can be distributed independently of the recipient list. The link inherits the specified permission level.generate_link is true.shr_k1l2m3n4o5).view, comment, or edit.curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/share \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"recipients": ["alex@example.com", "jordan@example.com"],
"permission": "comment",
"generate_link": true,
"message": "Here are the notes from our product sync."
}'
{
"id": "shr_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"permission": "comment",
"recipients": [
{
"email": "alex@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
},
{
"email": "jordan@example.com",
"status": "sent",
"invited_at": "2026-04-14T09:30:00Z"
}
],
"link": {
"url": "https://app.mavioapp.com/shared/mtg_8f3k2j1m4n5p?token=shr_tok_x9y8z7w6",
"expires_at": null
},
"created_at": "2026-04-14T09:30:00Z"
}