Skip to main content
GET
/
partner
/
v1
/
customers
/
{customerNumber}
/
contracts
/
{contractNumber}
/
documents
/
{fileId}
Get contract document stream
curl --request GET \
  --url https://api.rabot-charge.de/partner/v1/customers/{customerNumber}/contracts/{contractNumber}/documents/{fileId} \
  --header 'Authorization: Bearer <token>'
The endpoint allows you to download a document, such as a settlement invoice. Use the get contract documents endpoint to find the relevant fileId needed for this API call.
Requires role:application scope or Linked relation on customer level.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerNumber
string
required

Customer number

contractNumber
string
required

Contract number

fileId
string<uuid>
required

File ID

Response

200

OK