Get a License

https://{{MY_DOMAIN}}/wp-json/paddlepay/v2/licenses/{{license here}}

GET Get License

curl --location 'http://paddle-checkout.local/wp-json/paddlepay/v2/licenses/SUPER_LICENSE'

Response

{
  "success": true,
  "data": {
    "id": 2,
    "orderId": 72,
    "productId": 61,
    "userId": 1,
    "licenseKey": "SUPER_LICENSE",
    "expiresAt": null,
    "validFor": 90,
    "source": 2,
    "status": 2,
    "timesActivated": null,
    "timesActivatedMax": 1,
    "createdAt": "2025-08-04 05:59:37",
    "createdBy": 1,
    "updatedAt": null,
    "updatedBy": null,
    "activationData": []
  }
}