API Authentication
All Paddle API calls (except the checkout API) require authentication by passing both of the following parameters:
vendor_id
: found on the authentication pagevendor_auth_code
: can be generated on the same authentication 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.