Skip to main content
GET
Get Cash App Automation Metrics Endpoint

Authorizations

Authorization
string
header
required

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

Query Parameters

bank_account_id
string | null

Bank account ID to filter by

start_date
string<date> | null

Start date (YYYY-MM-DD). Defaults to 7 days ago.

end_date
string<date> | null

End date (YYYY-MM-DD). Defaults to today.

group_by
enum<string>
default:day

Group automation metrics by day, week, or month

Available options:
day,
week,
month

Response

Successful Response

data
CashAppAutomationResponse · object[]
required