cURL
curl --request GET \ --url https://api.enterprise.sandbox.uphold.com/core/files/{fileId} \ --header 'Authorization: Bearer <token>'
200
File Retrieved
{ "file": { "id": "38cce774-b225-41ed-a9fd-f9c9777a13de", "status": "uploaded", "category": "image", "contentType": "image/png", "download": { "url": "https://example.com/download", "expiresAt": "2024-03-13T20:20:39Z" } }}
Retrieve an existing file by id.
download.expiresAt
OAuth 2.0 authentication.
The file id.
File retrieved.
The response is of type object.
object