List Modifiers
post
/2.0/subscription/modifiers
List all subscription modifiers
Example Request
preparing...
Usage Notes
- Optionally, the API accepts the
plan_id
with the value of a Plan/Product ID, to list all the subscriptions modifiers of a certain plan. It also acceptssubscription_id
to get modifiers applied to a specific subscription plan.
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]+
subscription_id
stringFilter: Modifiers for a specific subscription.
Match pattern:
\d+
plan_id
stringFilter: The product/plan ID
Match pattern:
\d+
::::