Skip to main content
GET
cURL

Authorizations

Authorization
string
header
default:yoshi_test_...
required

A Yoshi API key from Settings → API Keys, or a Yoshi OAuth access token issued by Sign in with Yoshi.

Query Parameters

cursor
string

Opaque cursor from a previous response

limit
integer
default:50

Items per page (1-100, default 50)

Required range: 1 <= x <= 100
account_id
string<uuid>

Filter by account ID

start_date
string

Inclusive posted-date lower bound

Pattern: ^\d{4}-\d{2}-\d{2}$
end_date
string

Inclusive posted-date upper bound

Pattern: ^\d{4}-\d{2}-\d{2}$

Response

Transactions retrieved.

data
object[]
required
pagination
object
required
meta
object
required
Last modified on June 18, 2026