Get Plan Details

Description

Use this method to get details of your plans.

Response

Returns details of the plans of the Themes, Plugins, Logos, along with the plan details of other Products of the Reseller.

Example:

The response structure for the Themes, Plugins, Logos will be:

"themepluginlogo":
	{
		"plan-id":
			{
				"plan_feature":
					[
						"feature1",
						"feature2",
						"feature3",
						"feature4"
					],
				"plan_name":"Plan Name",
				"plan_status":"(Active or Paused)"
			},
	},