Saltar al contenido principal
GET
/
v1
/
recording
/
{call_id}
Get Recording
import requests

url = "https://api.diga.io/v1/recording/{call_id}"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "recording_url": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

call_id
string<uuid>
requerido

The unique identifier for the call

Respuesta

Successful Response

recording_url
string
requerido

The URL to the recording of the call