Sign in

Download a file

documented

Download a private file given its resource identifier.

GET /api/{file_type}/download/{domain_hash}/{resource_name}Filesno implementation yet0 runs
No 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}}"
Download a file · Gorgias · OpenIntegrations