Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Customer Offer to download
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-offers/{offerId}/pdf \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Receive a URL to get the offer as PDF. Please note that the URL is valid for 5 minutes.
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-offers/{offerId}/pdf \
--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 Customer Offer to download