Get Package Price 36-Month API
Retrieve the 3-year subscription price for a specific group/plan
Pricing
Get Package Price 36-Month API
Retrieve the three-year subscription price for any subscription group. The ultimate recurring plan with maximum long-term value.
3-Year Price
36-month subscription cost.
Rate Protection
Price locked for 3 years.
Max Savings
Highest recurring discount.
Endpoint Overview
QUERY
/graphqlRetrieve the 36-month subscription price for a specific group ID. Three-year plans offer the deepest discounts for recurring subscriptions.
Authentication:Bearer Token
Required scopes:useradmin
Request Parameters
groupIdInt!RequiredThe ID of the subscription group to get pricing for.
GraphQL Query
query getPackagePrice36($groupId: Int!) {
getPackagePrice36(groupId: $groupId) {
groupId
price
currency
duration
savings
monthlyEquivalent
}
}Variables:
{
"groupId": 100
}HTTP Request:
curl -X POST https://api.orbnet.com/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"query": "query getPackagePrice36($groupId: Int!) { getPackagePrice36(groupId: $groupId) { groupId price currency duration savings } }",
"variables": {
"groupId": 100
}
}'Response
200Price Retrieved Successfully
{
"data": {
"getPackagePrice36": {
"groupId": "100",
"price": 179.99,
"currency": "USD",
"duration": 1095,
"savings": "50%",
"monthlyEquivalent": 5.00
}
}
}Related Endpoints
Maximum Recurring Value
36-month plans offer up to 50% savings compared to monthly billing while still being a renewable subscription.
Want Permanent Access?
Lifetime plans offer one-time payment for unlimited access.