API Reference
Log In
API Reference

List Period charges for a User (keyset/cursor)

Keyset-paginated list of period charges owned by a user. Returns items in _embedded.periodChargeResourceList plus an opaque top-level cursor (null on the last page) and a hasMore flag — no totalElements, no totalPages. Pass the previous response's cursor back as the cursor query param to fetch the next page. Replaces the prior offset/PagedModel contract.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the user to retrieve period charges for. This is the Revenium-generated hashid returned when the user was created, visible in the user list endpoint, and used in all user-related API operations. Format: URL-safe encoded string.

Query Params
string

The product id

string
required
string
required
string

Opaque cursor from the previous response's top-level cursor. Omit for the first page.

int32
Defaults to 50

Page size. Clamped to [1, 200].

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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