Sign in

Verify license

documented

Verify a software license using product_permalink and license_key.

POST /licenses/verifyLicensesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.gumroad.com/v2/licenses/verify" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"product_permalink": "{{$product_permalink}}", "license_key": "{{$license_key}}", "increment_uses_count": {{$increment_uses_count}}}'
Verify license · Gumroad · OpenIntegrations