Skip to main content
GET
List Scheduled ACH Transfers

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the account.

Query Parameters

limit
integer
default:10

Maximum number of results to return.

Required range: 1 <= x <= 100
offset
string | null

Opaque offset identifier for pagination. Use the nextOffset from a previous response.

Maximum string length: 100

Response

Successful Response

scheduled_ach_transfers
ScheduledAchTransfer · object[]
required

A list of scheduled ACH transfers for the account.

page
PageMetadata · object | null

Metadata for pagination.