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
The response is of type object
.
Was this page helpful?