Skip to main content
Version: 2.2.2

download

This method allows downloading an electronic file.

GET /apigateway/v1/file/{id_hash}

Example request:

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>'

Example response:

200 OK

<binary content>