Skip to main content
POST
/
v1
/
incidents
/
{incident_id}
/
meeting_recordings
Create meeting recording
curl --request POST \
  --url https://api.rootly.com/v1/incidents/{incident_id}/meeting_recordings \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

incident_id
string
required

Incident UUID

Query Parameters

platform
enum<string>

Meeting platform

Available options:
zoom,
google_meet,
microsoft_teams,
webex

Response

recording session created