Assets
Get a file asset
Retrieves a single file asset by its ID. Returns 404 if the asset does not exist or is a folder.
get/v1/assets/files/{id}
Path parameters
idinteger required
The unique identifier of the resource.
Response
The requested file asset.
Example response
{
"asset": {
"created": 1773856017,
"updated": 1773856017
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.