Skip to main content
GET
Get Meeting
Fetches a single meeting (type='meeting' is enforced — passing the id of a non-meeting activity 404s) with embedded account/deal/contact details. Same row shape as List Meetings.

Auth

Requires a CRM read scope and an active organization on the token. Any of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

Response

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

meeting_id
string
required

The meeting's id (a type='meeting' activity) to fetch.

Response

Successful Response

The response is of type Response Get Meeting Activities Meetings Meeting Id Get · object.