Skip to main content
GET
/
billing
/
accounts
List collection accounts
curl --request GET \
  --url https://api.meow.com/v1/billing/accounts \
  --header 'x-api-key: <api-key>'
{
  "accounts": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "display_name": "<string>",
      "account_number_mask": "<string>",
      "status": "<string>",
      "is_primary": true,
      "banking_product": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Response

200 - application/json

Successful Response

List of billing accounts available for invoice collection.

Accounts are sorted with primary accounts first, then by display name.

accounts
BillingAccount · object[]
required

List of available collection accounts for invoices