POST
/
api
/
integrations
/
pdfs
/
{heron_id}
/
unload_transactions
curl --request POST \
  --url https://app.herondata.io/api/integrations/pdfs/{heron_id}/unload_transactions \
  --header 'Authorization: Basic <encoded-value>'
{
  "ok": true
}

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

heron_id
string
required

heron_id of the pdf

Response

200 - application/json
Ok
ok
boolean