{ "opencollection": "1.0.0", "info": { "name": "Dodo Payments Checkout Sessions Licenses API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Validate a license key", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/licenses/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validate a license key" }, { "info": { "name": "Activate a license key", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/licenses/activate", "body": { "type": "json", "data": "{}" } }, "docs": "Activate a license key" }, { "info": { "name": "Deactivate a license key instance", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/licenses/deactivate", "body": { "type": "json", "data": "{}" } }, "docs": "Deactivate a license key instance" } ] } ], "bundled": true }