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
}
}