Skip to main content
Version: Next

Download

This method allows downloading an electronic file.

GET /apigateway/v1/file/{id_hash}

Request example:

Supported attributes:

Path parameterTypeRequiredDescription
id_hashStringYesFile Hash ID
curl -X 'GET' \
'https://my-domain.softexpert.com/apigateway/v1/file/8aaa811487a0b6d40187a55315f30be8' \
-H 'accept: */*' \
-H 'Authorization: <your_api_token>'

Response example:

200 OK

<binary content>