File
Retrieve file
Get file details by it's unique ID.
get/files/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the file.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"media_type": "audio/vnd.wave",
"created_at": "2017-07-21T17:32:28Z"
}