API ReferenceChangelog
Log In
API Reference

Retrieve AWS Marketplace Pixop Credits usage

Retrieves a paginated list of Pixop Credits usage records for the selected team. FilterByFromDateTimeParam defaults to the first date and time the team was linked to an AWS Marketplace agreement.

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-time

Filters results by creation date. Includes only items created at or after the specified date and time.
Providing a value greater than the resolved FilterByToDateTimeParam results in a 400 Bad Request response.

date-time

Filters results by creation date. Includes only items created at or before the specified date and time.
Defaults to the current date and time.
Providing a value smaller than the resolved FilterByFromDateTimeParam results in a 400 Bad Request response.

string
enum
Defaults to INCLUDE

Filters results based on the processing credits usage mode:

  • INCLUDE: Includes processing credits usage in the result / Returns all credits usage types in the result.
  • EXCLUDE: Excludes processing credits usage from the result / Only returns utilities credits usage in the result.
  • ONLY: Only returns processing credits usage 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
*/*