New Recharge API V3
    New Recharge API V3
    • GET Client Token
      GET
    • CANAL Check Account
      POST
    • CANAL Verify Renewal
      POST
    • Buy Data Package (Canal New Sale)
      POST
    • Buy Data Package (Canal Renew)
      POST
    • ATOM Buy epackage
      POST
    • Prepaid Gift Card buy epackage
      POST
    • Skynet buy epackage
      POST
    • Ooredoo Buy epackage
      POST
    • MPT Buy epackage
      POST
    • Buy Eload
      POST
    • Buy Epin
      POST
    • Get Products in Category Tree Form
      GET
    • Get Data Packages in Category Tree Form
      GET
    • Get Products in List Form
      GET
    • Get Data Packages in List Form
      GET
    • Get Product Stocks List
      GET
    • ATOM Enquiry Request
      GET
    • Skynet Enquiry Request
      GET
    • Get PrepaidGiftCard ProductList
      GET
    • Prepaid Gift Card Enquiry Price
      GET
    • Get Epin ProductDetailsShow
      GET
    • Get Order Status
      GET
    • Bill API getBillAmount
      GET
    • Bill API processCollection
      POST
    • Bill API checkTransaction
      POST

      Get Products in Category Tree Form

      GET
      https://newrecharge-api.getmya.io/recharge/api/product/group/list
      Last modified:2025-06-24 04:19:34

      Request

      Header Params
      Authorization
      string 
      required
      Example:
      Bearer {{client_token}}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://newrecharge-api.getmya.io/recharge/api/product/group/list' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      category
      array [object {3}] 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "category": [
                  {
                      "categoryId": 49,
                      "categoryName": "Driver PIN",
                      "operator": [
                          {
                              "id": 128,
                              "name": "Grab Driver PIN",
                              "codename": "GrabDriverPIN",
                              "image": "https://i.imgur.com/OGo4EfY.png",
                              "type": [
                                  {
                                      "name": "epin",
                                      "products": [
                                          {
                                              "id": 516,
                                              "name": "Grab Driver PIN 5000",
                                              "code": "epin.GrabDriverPIN.5000",
                                              "categoryId": 49,
                                              "operatorId": 128,
                                              "price": 5000.00,
                                              "variant": "5000.00 MMK",
                                              "currency": "MMK",
                                              "info": null
                                          },
                                          {
                                              "id": 517,
                                              "name": "Grab Driver PIN 10000",
                                              "code": "epin.GrabDriverPIN.10000",
                                              "categoryId": 49,
                                              "operatorId": 128,
                                              "price": 10000.00,
                                              "variant": "10000.00 MMK",
                                              "currency": "MMK",
                                              "info": null
                                          },
                                          {
                                              "id": 518,
                                              "name": "Grab Driver PIN 20000",
                                              "code": "epin.GrabDriverPIN.20000",
                                              "categoryId": 49,
                                              "operatorId": 128,
                                              "price": 20000.00,
                                              "variant": "20000.00 MMK",
                                              "currency": "MMK",
                                              "info": null
                                          }
                                      ]
                                  }
                              ]
                          }
                      ]
                  },
                  {
                      "categoryId": 1,
                      "categoryName": "Mobile",
                      "operator": [
                          {
                              "id": 3,
                              "name": "MPT",
                              "codename": "MPT",
                              "image": "https://i.imgur.com/EBEJlrR.png",
                              "type": [
                                  {
                                      "name": "epin",
                                      "products": [
                                          {
                                              "id": 28,
                                              "name": "MPT 1000",
                                              "code": "epin.MPT.1000",
                                              "categoryId": 1,
                                              "operatorId": 3,
                                              "price": 1000.00,
                                              "variant": "1000.00 MMK",
                                              "currency": "MMK",
                                              "info": null
                                          },
                                          {
                                              "id": 29,
                                              "name": "MPT 3000",
                                              "code": "epin.MPT.3000",
                                              "categoryId": 1,
                                              "operatorId": 3,
                                              "price": 3000.00,
                                              "variant": "3000.00 MMK",
                                              "currency": "MMK",
                                              "info": null
                                          },
                                          {
                                              "id": 30,
                                              "name": "MPT 5000",
                                              "code": "epin.MPT.5000",
                                              "categoryId": 1,
                                              "operatorId": 3,
                                              "price": 5000.00,
                                              "variant": "5000.00 MMK",
                                              "currency": "MMK",
                                              "info":
      Modified at 2025-06-24 04:19:34
      Previous
      Buy Epin
      Next
      Get Data Packages in Category Tree Form
      Built with