download
This method allows downloading an electronic file.
GET /apigateway/v1/file/{id_hash}
Example request:
Supported attributes:
Path parameter | Type | Required | Description |
---|---|---|---|
id_hash | String | Yes | File 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>