cURL
curl --request GET \ --url https://api.platnova.com/v1/links \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": { "items": [ { "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" } ], "page": 123, "size": 123, "max_page": 123, "total_pages": 123, "total": 123, "last": true, "first": true, "visible": 123 }, "error": [ "<unknown>" ], "message": "<string>" }
Retrieve a paginated list of payment links for the authenticated entity.
API key for authentication.
Page number (0-indexed)
Number of items per page
Sort field and direction
Filter expression
Payment links retrieved successfully
Show child attributes