cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/journal-entry-files/{file_id} \ --header 'Authorization: Bearer <token>' \ --header 'teal-instance-id: <teal-instance-id>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Retrieves an existing file associated with a Journal Entry.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Teal instance ID
File ID
Successful Response