{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Call Recordings API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Call Recordings", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a stored credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/custom_storage_credentials/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource." } ] }, "docs": "Returns the information about custom storage credentials." }, { "info": { "name": "Create a custom storage credential", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/custom_storage_credentials/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a custom storage credentials configuration." }, { "info": { "name": "Update a stored credential", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telnyx.com/v2/custom_storage_credentials/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a stored custom credentials configuration." }, { "info": { "name": "Delete a stored credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/custom_storage_credentials/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource." } ] }, "docs": "Deletes a stored custom credentials configuration." }, { "info": { "name": "List all recording transcriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/recording_transcriptions", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" }, { "name": "filter", "value": "", "type": "query", "description": "Filter recording transcriptions by various attributes." } ] }, "docs": "Returns a list of your recording transcriptions." }, { "info": { "name": "Retrieve a recording transcription", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/recording_transcriptions/:recording_transcription_id", "params": [ { "name": "recording_transcription_id", "value": "", "type": "path", "description": "Uniquely identifies the recording transcription by id." } ] }, "docs": "Retrieves the details of an existing recording transcription." }, { "info": { "name": "Delete a recording transcription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/recording_transcriptions/:recording_transcription_id", "params": [ { "name": "recording_transcription_id", "value": "", "type": "path", "description": "Uniquely identifies the recording transcription by id." } ] }, "docs": "Permanently deletes a recording transcription." }, { "info": { "name": "List all call recordings", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/recordings", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" }, { "name": "filter", "value": "", "type": "query", "description": "Filter recordings by various attributes." } ] }, "docs": "Returns a list of your call recordings." }, { "info": { "name": "Delete a list of call recordings", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/recordings/actions/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Permanently deletes a list of call recordings." }, { "info": { "name": "Retrieve a call recording", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/recordings/:recording_id", "params": [ { "name": "recording_id", "value": "", "type": "path", "description": "Uniquely identifies the recording by id." } ] }, "docs": "Retrieves the details of an existing call recording." }, { "info": { "name": "Delete a call recording", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/recordings/:recording_id", "params": [ { "name": "recording_id", "value": "", "type": "path", "description": "Uniquely identifies the recording by id." } ] }, "docs": "Permanently deletes a call recording." } ] } ], "bundled": true }