Get plans

GET /api/biller/tv/showmax/plans

This endpoint returns a list of available Showmax plans and available options.

Path Parameters

Headers

Name
Type
Description

x-api-key*

String

3434-4243-ffef-2323

200: OKCopy

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": [
    {
      "name": "string",
      "variationCode": "string",
      "description": "string",
      "amount": 0,
      "availablePricingOptions": [
        {
          "monthsPaidFor": 0,
          "price": 0,
          "invoicePeriod": "string"
        }
      ]
    }
  ]
}

Last updated