API ReferenceChangelog
Log In
API Reference

Retrieve transactions for a billing period

Retrieves a paginated list of transactions for a specific billing period, sorted by date.

Path Params
uuid
required

The unique identifier for the object.

Query Params
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
*/*