Fetch detailed information about a single subscription package using its unique ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the package to get (MongoDB ObjectId)
"507f1f77bcf86cd799439011"
Customers response
"507f1f77bcf86cd799439011"
"https://example.com/auto-login?token=abc123"
The name of the package.
The price of the package.
The billing interval for the package. Possible values: Daily, Weekly, Bi-Weekly, Monthly, Quarterly, Yearly.
Daily, Weekly, Bi-Weekly, Monthly, Quarterly, Yearly "Daily"
The number of free trial days. Send 0 if no free trial days. Min:0, Max:7.
x <= 77
The status of the package. Possible values: Active, Inactive.
Active, Inactive "Active"