Skip to main content
GET
/
api
/
engagements
/
card
/
{engagement-id}
/
invoices
/
documents
/
{document-id}
Download document
curl --request GET \
  --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/{engagement-id}/invoices/documents/{document-id} \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

engagement-id
string<uuid>
required
document-id
string<uuid>
required

Response

The response is of type file.