Get file contents

This endpoint fetches the contents of a file (download). Not that user files containing PII data cannot be downloaded, in this case 403 Forbidden will be returned.

SecuritybearerAuth
Request
path Parameters
File-ID
required
string <uuid>
Responses
200

Returns the contents of the file (download)

401

Error

403

Error

404

File Not Found

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/files/{File-ID}/contents
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}