Get a Recording

In order to retrieve a recording metadata, you can use the following endpoint.

curl "https://nest.messagebird.one/workspaces/8bc02f53-87ac-48d2-b4fd-c2cf856a305f/recordings/5b74ee9e-9d45-473a-82cd-f1f7feea6bbd" \
     -H 'Authorization: Bearer {Token}'

In order to directly retrieve the recording media, you must add the extension .mp3 to the above request.

https://nest.messagebird.one/workspaces/8bc02f53-87ac-48d2-b4fd-c2cf856a305f/recordings/5b74ee9e-9d45-473a-82cd-f1f7feea6bbd.mp3

If successful, the above request will return a "307 Temporary Redirect” with the recording file.

Last updated