{
  "count": 5,
  "_embedded": {
    "payment_links": [
      {
        "resource": "payment-link",
        "id": "pl_4Y0eZitmBnQ6IDoMqZQKh",
        "mode": "live",
        "description": "Bicycle tires",
        "amount": {
          "currency": "EUR",
          "value": "24.95"
        },
        "archived": false,
        "redirectUrl": "https://webshop.example.org/thanks",
        "webhookUrl": "https://webshop.example.org/payment-links/webhook",
        "profileId": "pfl_QkEhN94Ba",
        "createdAt": "2021-03-20T09:29:56.0Z",
        "expiresAt": "2023-06-06T11:00:00.0Z",
        "reusable": false,
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          },
          "paymentLink": {
            "href": "https://payment-links.mollie.com/payment/4Y0eZitmBnQ6IDoMqZQKh",
            "type": "text/html"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "https://api.mollie.com/v2/payment-links?from=pl_ayGNzD4TYuQtUaxNyu8aH&limit=5",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
