Authorizations
Path Parameters
heron_id of the pdf
Response
200 - application/json
Ok
curl --request POST \
--url https://app.herondata.io/api/integrations/pdfs/{heron_id}/reload_transactions \
--header 'x-api-key: <api-key>'{
"ok": true
}This will load transactions for the pdf that is in a transactions unloaded status
curl --request POST \
--url https://app.herondata.io/api/integrations/pdfs/{heron_id}/reload_transactions \
--header 'x-api-key: <api-key>'{
"ok": true
}heron_id of the pdf
Ok
Was this page helpful?