files
Create a File Link
Creates an unauthenticated temporary URL to download the file's contents. Note that this link expires and therefore should not be cached.
get/v1/files/{id}/link
Path parameters
idstring required
The unique identifier for the file
Response
The file link
Example response
{
"url": "https://cdn.givechariot.com/files/file.pdf",
"expires_at": "2020-01-31T23:59:59Z"
}Changes
Changed in 1 of the 41 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○