Download a file

GET/forms/file/{uuid}/download

Path parameters

  • uuidstringRequired#
    Unique identifier for the file.

Responses

200File content.ObjectResponse
{}
401Unauthorized.Error
404File not found.Error
curl https://your-url.com/kong/core/api/gateway/forms/file/{uuid}/download\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"