Docs DOCS
  • StoreBuild
  • Getting Started
    • 1. What is it for?
    • 2. Installation
    • 3. System Requirements
    • 4. How to connect paddle?
  • How To Sell Digital Products
    • 1. Connect existing product to paddle
    • 2. Edit Product Price
    • 3. Create recurring or subscription product
    • 4. Manually Create Product in Paddle Dashboard
  • Manage License For Product
    • 1. Create generator for license
    • 2. Connect generator to your product
    • 3. Create manual license for a product
  • Manage Subscriptions
    • 1. Resume a subscription
    • 2. Pause a subscription
    • 3. Cancel a subscription
    • 4. Update a subscription
  • Transactions History
    • 1. Transactions
  • License Manager REST API
    • 1. Requirements
    • 2. API Keys
    • 3. Testing The API Request
  • Developer Docs
    • 1. List Licenses
    • 2. Get a License
    • 3. Create a License
    • 4. Update a License
    • 5. Delete a License
    • 6. List Generators
    • 7. Create a Generator
    • 8. Get a Generator
    • 9. Update a Generator
    • 10. Delete a Generator
    • 11. Activate a License
    • 12. Deactivate a License
    • 13. Validate a License

Get a Generator

https://{{MY_DOMAIN}}/wp-json/paddlepay/v2/generators/

GET Get a Generator

curl --location 'http://paddle-checkout.local/wp-json/paddlepay/v2/generators/2'

Response

{
  "success": true,
  "data": {
    "id": 2,
    "name": "Lifetime",
    "charset": "CDFG5678",
    "chunks": 3,
    "chunkLength": 4,
    "timesActivatedMax": "5",
    "separator": "-",
    "prefix": "",
    "suffix": "",
    "expiresIn": "0",
    "createdAt": "2025-08-06 14:12:18",
    "createdBy": "1",
    "updatedAt": null,
    "updatedBy": null
  }
}
Updated on August 17, 2025

© 2025 ThemePure All Rights Reserved.