Unarchive

To unarchive a previously archived recording -> execute a POST request to the /recordings/:id/unarchive endpoint.

The id uniquely identifies the recording.

Request

curl --request POST \
  --url https://api.digitalsamba.com/api/v1/recordings/c39d7c40-7ff7-4faa-b06f-698a639a9523/unarchive \
  --user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY

Response (204 -> No Content)

Response is empty because the recording was unarchived and there is no content to return.

Last updated