Retrieve recordings of your number masking calls

In a Number Masking Session, two parties could have one or more calls that are recorded. While the recordings are available on the Unifonic Console, it can be tedious to download it one by one via the platform. It is more convenient to retrieve your call recordings via an API using the maskId of each masking session.

curl --location 'https://voice.unifonic.com/v1/providers/masks/recording-urls/e22e4969-96d5-41a8-a8ff-655594aba0fa' \
--header 'appsId: XXXXXXXXXXXXXX'

API Response

{
    "status": "success",
    "recordingUrls": []
}

You would receive an array of recording URLs, which allows you to access and download the call recordings to your system directly. This recording URL would be accessible for a 72 hours before it expires.