Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the agreement the document belongs to
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/agreements/{agreementId}/documents/legal-statement/download \
--header 'Authorization: Bearer <token>'{
"link": "https://...",
"expiresAt": "2025-04-29T21:00:00+02:00"
}Receive a URL to download the legal statement. Please note that you can only request the document when the agreement is fully signed. The URL is valid for 5 minutes.
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/agreements/{agreementId}/documents/legal-statement/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 agreement the document belongs to