GEThttps://www.prayerletters.com/api/v1/files/:id

Retrieve information about an uploaded file.

Scope Required

files.read

URL Parameters

id
Example: f-###-####

The ID of the file. It typically follows the format f-###-####, but is not guaranteed to do so.

Response

200 OK

Response Body

files.file.v1 Object

Example

{
   "download_href" : "/api/v1/files/f-###-####/download",
   "filename" : "newsletter.pdf",
   "id" : "f-###-####"
}