Get Transactions
POST/marketplaces/:marketplaceID/transactions
Retrieve transactions with optional filtering by advertiser and date range. Supports sorting.
Default ordering: transaction_date DESC (newest first) when no sort is provided.
Sortable columns: advertiser_name, advertiser_resource_id, amount, balance, created_at, gross_amount, tax, tax_rate, transaction_date, transaction_status, transaction_type.
When filtering by advertiser_id, supply the external advertiser ID (resource_id) — the same value you used during advertiser integration. A non-existent advertiser yields 404 "Object not found: Advertiser".
Request
Responses
- 200
- 400
- 401
- 404
- 500
Transactions Retrieved Successfully
Bad Request
Unauthorized
Marketplace or Advertiser Not Found
Internal Server Error