Get Package Price 24-Month API
Retrieve the 2-year subscription price for a specific group/plan
Pricing
Get Package Price 24-Month API
Retrieve the two-year subscription price for any subscription group. Lock in rates for 24 months with maximum long-term savings.
2-Year Price
24-month subscription cost.
Price Lock
Rate guaranteed for 2 years.
Deep Discount
Maximum savings tier.
Endpoint Overview
QUERY
/graphqlRetrieve the 24-month subscription price for a specific group ID. Two-year plans offer significant discounts and rate protection.
Authentication:Bearer Token
Required scopes:useradmin
Request Parameters
groupIdInt!RequiredThe ID of the subscription group to get pricing for.
GraphQL Query
query getPackagePrice24($groupId: Int!) {
getPackagePrice24(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 getPackagePrice24($groupId: Int!) { getPackagePrice24(groupId: $groupId) { groupId price currency duration savings } }",
"variables": {
"groupId": 100
}
}'Response
200Price Retrieved Successfully
{
"data": {
"getPackagePrice24": {
"groupId": "100",
"price": 139.99,
"currency": "USD",
"duration": 730,
"savings": "42%",
"monthlyEquivalent": 5.83
}
}
}Related Endpoints
Long-Term Commitment
24-month plans are ideal for users committed to long-term service who want to lock in current rates.
Even Longer Term?
Check 36-month or lifetime options for maximum value.