cURL
curl --request GET \ --url https://api.pcxpay.com/v1/transactions/analytics/successful-24h \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": {} }
Requires internal-admin.
internal-admin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
24-hour successful transactions
Opaque analytics payload. Shape varies by endpoint but always contains the computed metric fields returned by the use case layer.
"success"