Skip to main content
GET
/
aba-checks
/
{aba_check}
/
regenerate
Download a regenerated ABA file
curl --request GET \
  --url https://app.ezyshield.com.au/api/aba-checks/{aba_check}/regenerate \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

aba_check
string
required

The ABA check ID. Example: aba_01jz8v2q4x...

Response

Regenerated ABA file contents.

The response is of type string.