Reports API
Retrieve All Subscriptions for a User
GET https://marketing.qreq.com/api/subscriptions?user_id={user_id}
user_id
(integer, required) — ID of the user whose subscriptions you want to fetch
curl --request GET \ --url 'https://marketing.qreq.com/api/subscriptions?user_id=1'
Retrieve All Transactions for a User
GET https://marketing.qreq.com/api/transactions?user_id={user_id}
user_id
(integer, required) — ID of the user whose transactions you want to fetch
curl --request GET \ --url 'https://marketing.qreq.com/api/transactions?user_id=1'
Retrieve All Payment Logs for a User
GET https://marketing.qreq.com/api/payment-logs?user_id={user_id}
user_id
(integer, required) — ID of the user whose payment logs you want to fetch
curl --request GET \ --url 'https://marketing.qreq.com/api/payment-logs?user_id=1'