Operations

List operations

Retrieves a paginated list of all company transactions (purchases, refunds, rewards). Use cursor for efficient pagination through large result sets. The offset parameter is deprecated — use cursor instead.

get/operations

Query parameters

maxinteger

Limit results size.

offsetinteger

Paginate results by given offset. Deprecated. Use cursor instead

cursorstring

Paginate results by cursor.

Response

Operation list

totalinteger
cursorstring

Use this cursor for next request

Changes