Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the file to download
Example:
"fsf_abc12345678"
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/files/{fileId}/download \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Receive a URL to download a file. Please note that the URL is valid for 5 minutes. Note: only files can be downloaded!
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/files/{fileId}/download \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the file to download
"fsf_abc12345678"