Download Custom Export
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Download a custom export
Download an export that you've created specified by id. Obtain an id from Create Custom Export.
The file_url will return an HTTP 404 until state is finished. You may decide to poll this endpoint until the file is ready.
file_url will expire 1 week from creation. This is to ensure that your exports are up to date.
🚧
NOTE: id vs. template_id
idrefers to the id of this export, whereastemplate_idrefers to the source template. You'll useidto GET the export that you've created.
id
string
required
``200 OK
``401 Unauthorized
Updated3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://api.fountain.com/v2/exports/id \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200401
Updated3 months ago