Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the ticket record
ID of the ticket message record
ID of the ticket message attachment record
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/tickets/{ticketId}/message/{messageId}/attachment/{attachmentId}/download \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Receive a URL to download the attachment. Please note that the URL is valid for 5 minutes.
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/tickets/{ticketId}/message/{messageId}/attachment/{attachmentId}/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 ticket record
ID of the ticket message record
ID of the ticket message attachment record