Skip to main content
GET
List activity

Authorizations

DPoP
string
header
required

Per-request RFC 9449 DPoP proof signed with ES256. Protected requests use Authorization: DPoP your_access_token_here. Create a new proof for the exact method and normalized target URI, and include the server nonce when challenged.

Authorization
string
header
required

OAuth 2.0 with RFC 9700 security practices. Discover exact environment endpoints from /.well-known/openid-configuration and /.well-known/oauth-authorization-server, and discover the resource from /.well-known/oauth-protected-resource. Authorization-code clients use PKCE S256, the exact environment resource, nonce with openid, and DPoP binding. Confidential clients also require PAR and private_key_jwt. Access and refresh tokens are sender-constrained with DPoP. purchases:execute is unavailable and omitted from this scope registry.

Headers

X-Request-Id
string

Optional caller request identifier. Unsafe values are replaced with a generated UUID.

Pattern: ^[A-Za-z0-9._~-]{8,128}$

Query Parameters

cursor
string

Optional preceding-page cursor.

Required string length: 1 - 1024
Pattern: ^[A-Za-z0-9_-]+(?:\.[A-Za-z0-9_-]+){4}$
limit
string
default:20

Maximum page size from 1 through 50.

Pattern: ^[1-9]\d?$

Response

A newest-first page of sanitized cash activity.

A newest-first customer-wide activity page returned only when both upstream read windows are provably complete.

items
object[]
required

Newest-first activity items.

Maximum array length: 50
next_cursor
string | null
required

Next-page cursor, or null.

Required string length: 1 - 1024
Pattern: ^[A-Za-z0-9_-]+(?:\.[A-Za-z0-9_-]+){4}$