Download a file
documentedDownload a private file given its resource identifier.
GET /api/{file_type}/download/{domain_hash}/{resource_name}Filesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}.gorgias.com/api/{{$file_type}}/download/{{$domain_hash}}/{{$resource_name}}" \
-X GET \
-H "Accept: application/octet-stream" \
-H "Authorization: Basic {{GORGIAS_API_KEY}}"