GET
/
invoice_account_number
curl --request GET \
  --url https://api.treasuryprime.com/invoice_account_number \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "account_id": "acct_1234567890",
      "account_number": "1234567890",
      "active": true,
      "bank_id": "bank_treasuryprime",
      "id": "acctnum_1234567890",
      "org_id": "org_1234567890",
      "tags": [],
      "userdata": null
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
A list of invoice_account_number elements

The response is of type any.