cURL
curl --request GET \ --url https://api.platnova.com/v1/links/{uid}/stats \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": { "id": "<string>", "title": "<string>", "description": "<string>", "amount": 123, "url": "<string>", "status": 123, "expires_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "total_revenue": 123, "total_transactions": 123, "total_users": 123, "total_views": 123, "payment_details": {} }, "error": [ "<unknown>" ], "message": "<string>" }
Retrieve a payment link by UID including statistics (total_revenue, total_transactions, total_users, total_views, payment_details).
API key for authentication.
Payment link UID
Payment link with stats retrieved successfully
Show child attributes