Download media file
GET/files/:mediaKey
Returns a pre-signed (temporary) URL to download a media file received in an inbound message.
Flow:
- Receive an inbound callback with
mediaKey - Call this endpoint with the received
mediaKey - From the response, use the
urlfield to download the file
Request
Responses
- 200
Pre-signed URL for download