> ## Documentation Index
> Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Packages

> Retrieve available credit packages for purchase

<ResponseExample>
  ```json 200 - Success theme={null}
  {
    "success": true,
    "data": [
      {
        "id": 1,
        "name": "Starter Bundle",
        "credits": 1000,
        "price": 100.00,
        "currency": "GHS",
        "popular": false
      },
      {
        "id": 2,
        "name": "Growth Bundle",
        "credits": 5000,
        "price": 450.00,
        "currency": "GHS",
        "popular": true
      },
      {
        "id": 3,
        "name": "Premium Bundle",
        "credits": 10000,
        "price": 800.00,
        "currency": "GHS",
        "popular": false
      },
      {
        "id": 4,
        "name": "Enterprise Bundle",
        "credits": 50000,
        "price": 3500.00,
        "currency": "GHS",
        "popular": false
      }
    ]
  }
  ```
</ResponseExample>
