curl https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions",
"content": "## Decisions Made\n\n- Launch date confirmed for April 20th\n- Stripe integration will be prioritized over PayPal\n- QA sprint starts Monday\n\n## Open Questions\n\n- Who will handle the marketing launch blog post?\n- Do we need a staging deployment before the 20th?",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen",
"email": "sarah@example.com"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-10T15:15:44Z"
}
Retrieve a specific note by its unique identifier.
curl https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions",
"content": "## Decisions Made\n\n- Launch date confirmed for April 20th\n- Stripe integration will be prioritized over PayPal\n- QA sprint starts Monday\n\n## Open Questions\n\n- Who will handle the marketing launch blog post?\n- Do we need a staging deployment before the 20th?",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen",
"email": "sarah@example.com"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-10T15:15:44Z"
}
nte_a1b2c3d4e5).curl https://api.mavioapp.com/v1/notes/nte_a1b2c3d4e5 \
-H "Authorization: Bearer mvo_live_abc123"
{
"id": "nte_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Key Decisions",
"content": "## Decisions Made\n\n- Launch date confirmed for April 20th\n- Stripe integration will be prioritized over PayPal\n- QA sprint starts Monday\n\n## Open Questions\n\n- Who will handle the marketing launch blog post?\n- Do we need a staging deployment before the 20th?",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen",
"email": "sarah@example.com"
},
"created_at": "2026-04-10T15:02:00Z",
"updated_at": "2026-04-10T15:15:44Z"
}