List Plans
post
/2.0/subscription/plans
List all of the available subscription plans in your account
Example Request
preparing...
Usage Notes
- Optionally, specify the
plan
ID in order to return just the information related to that specific plan. - This endpoint is paginated, with a max 500 results per page. Use the
limit
andoffset
parameters to work with pagination.
Pagination is scheduled to be enforced on this endpoint from March 11, 2025. To learn more, see Pagination for Paddle Classic endpoints
vendor_id
integerThe vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.
>= 1
vendor_auth_code
stringThe vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.
Match pattern:
[0-9a-f]+
plan
integerFilter: The product/plan ID
limit
integerNumber of records to return per page.
>= 1
offset
integerRecord to return results from.
>= 1
:::::