Get Package Price Lifetime API

Retrieve the lifetime subscription price for a one-time payment plan

Pricing

Get Package Price Lifetime API

Retrieve the lifetime subscription price for any subscription group. One-time payment for permanent, unlimited access.

Lifetime Access

Pay once, use forever.

One-Time

No recurring charges.

Permanent

Never expires.


Endpoint Overview

QUERY/graphql

Retrieve the lifetime subscription price for a specific group ID. Lifetime plans require a single payment for permanent access.

Authentication:Bearer Token
Required scopes:useradmin

Request Parameters

groupIdInt!Required

The ID of the subscription group to get pricing for.


GraphQL Query

query getPackagePriceLifetime($groupId: Int!) {
  getPackagePriceLifetime(groupId: $groupId) {
    groupId
    price
    currency
    duration
    isLifetime
  }
}

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 getPackagePriceLifetime($groupId: Int!) { getPackagePriceLifetime(groupId: $groupId) { groupId price currency isLifetime } }",
    "variables": {
      "groupId": 100
    }
  }'

Response

200Price Retrieved Successfully
{
  "data": {
    "getPackagePriceLifetime": {
      "groupId": "100",
      "price": 299.99,
      "currency": "USD",
      "duration": -1,
      "isLifetime": true
    }
  }
}
400Lifetime Not Available
{
  "errors": [
    {
      "message": "Lifetime pricing not available for this group",
      "path": ["getPackagePriceLifetime"],
      "extensions": {
        "code": "NOT_AVAILABLE"
      }
    }
  ],
  "data": null
}

Lifetime Benefits

No Renewals

Never worry about expiration.

Price Lock

Immune to future price increases.

Ultimate Value

Best long-term ROI.

Simplicity

One payment, no management.



Availability

Lifetime pricing may not be available for all subscription groups. Check with admin if lifetime option is not returned.

Compare All Options

View all duration options to find the best fit for your needs.

Calculate Custom Price