API Authentication
The Paddle Dashboard API requires authentication via an authorization code generated within your Paddle account
All of the methods in the Paddle API require authentication using a vendor_id
and vendor_auth_code
pair.
A vendor_auth_code
can be generated within the Authentication page of your Paddle Dashboard. Your Paddle vendor_id
can also be found on the same page.
Do not expose your authorization code publicly
The vendor_auth_code
should not be exposed publicly, such as within your software/application or on your website, as this allows users access to any authenticated APIs documented here.