GET
/
get_file
/
{fileName}
Get File
curl --request GET \
  --url https://api.toingg.com/api/v3/get_file/{fileName} \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Get Recording” endpoint allows users to retrieve call recordings from their Toingg account. By sending a POST request to the /get_file/{fileName} endpoint, users can access specific call recordings by specifying the file name. This functionality is crucial for reviewing and analyzing call content, ensuring that recordings are easily accessible for quality assurance, training, or compliance purposes. The endpoint supports efficient retrieval of recordings to enhance user experience and meet business requirements.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

fileName
any
required

Response

200
application/json

Successful Response

The response is of type any.