Download a single document related to a given contract
cURL
curl --request GET \ --url https://api.rabot-charge.de/partner/v1/customers/{customerNumber}/contracts/{contractNumber}/documents/{fileId} \ --header 'Authorization: Bearer <token>'
fileId
role:application
Linked
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Customer number
Contract number
File ID
OK
Was this page helpful?