API ReferenceChangelog
Log In
API Reference

Retrieve transactions for the latest billing period

Retrieves a paginated list of transactions for the selected team's latest billing period, sorted by date.

Query Params
uuid

Specifies the team ID for the operation.

  • For POST requests, assigns the new object to the specified team.
  • For GET requests, retrieves data for the specified team. If not provided, defaults to the ID of the default team associated with the API key.
int32
≥ 0
Defaults to 0

Specifies the current page number, starting at 0.

int32
1 to 100
Defaults to 10

Specifies the number of items per page.

string
enum
Defaults to ASC

Specifies the sort direction for the results:

  • ASC: ascending order.
  • DESC: descending order.
Allowed:
date

Filters results by creation date. Includes only items created at or after the specified date. Defaults to the creation date of the team.

date

Filters results by creation date. Includes only items created at or before the specified date. Defaults to the current date.

string
enum
Defaults to INCLUDE

Filters results based on the processing transactions mode:

  • INCLUDE: Includes processing transactions in the result.
  • EXCLUDE: Excludes processing transactions from the result.
  • ONLY: Only returns processing transactions in the result.
Allowed:
uuid

Filters results to include only those transactions that are associated with the specified videoId.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*