Jupiter ERP
Account API

Get receipt document analysis status

Returns the status of the most recent analysis job for the receipt. Poll while status is pending or processing.

GETHTTP
get/api/account/receipts/{id}/analysis

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/receipts/example-id/analysis

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

Parameter

NameInPflichtBeschreibung
idpathja

Antworten

200OK

ReceiptFileAnalysisStatus

Receipts

Fragen zur Integration?

GET /api/account/receipts/{id}/analysis · Jupiter ERP