Jupiter ERP
Account API

Get file

/api/account/files/{id}/base64

GETHTTP
get/api/account/files/{id}/base64

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/files/example-id/base64

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/files/example-id/base64' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameter

NameInPflichtBeschreibung
idpathja

Antworten

200OK

Kein JSON-Schema dokumentiert.

Files

Fragen zur Integration?

GET /api/account/files/{id}/base64 · Jupiter ERP