Retrieve transaction history for a specific subscriber
Authentication Requirements
curl or a similar tool with a valid, current user JWT obtained from your browser’s session after logging in.curl, you need the JWT access token stored by Supabase Auth in your browser.
http://localhost:3000 or https://onlyautomator.com).sb-access-token (the exact name might vary slightly based on Supabase configuration).Authorization: Bearer <your_copied_token> header for your curl or other API tool requests.field:direction
Possible values: date:asc, date:desc, amount:asc, amount:descsuccess when the request is successfulStandard user JWT token for authentication.
Bearer token for authentication (JWT)
Unique identifier of the subscriber/fan whose transaction history should be retrieved
Optional ISO date string to filter transactions after this date
Optional ISO date string to filter transactions before this date
Optional filter by transaction type (e.g., 'tip', 'ppv', 'subscription')
tip, ppv, subscription, bundle, stream, other Maximum number of transactions to return (default: 50, max: 100)
x <= 100Number of transactions to skip for pagination (default: 0)