Retrieve subscription plan and product info
GET {{baseUrl}}/products/?Name=<string>&Types=<string>&Enabled=<boolean>&GroupName=<string>&Limit=<integer>&Page=<integer>
Extract information about the subscription plan/products you configured for your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Name | string | Affiliate's name | |
Types | string | Possible values: RADIO, CHECKBOX, INTERVAL, COMBO. Can be NULL. | |
Enabled | string | ||
GroupName | string | The name of the group that the product is associated with. Can be NULL. | |
Limit | string | Number of results on a page | |
Page | string | Page number |