> For the complete documentation index, see [llms.txt](https://docs.suble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suble.io/billing/pricing.md).

# Pricing

## Get

<mark style="color:blue;">`GET`</mark> `https://api.suble.io/pricing`

Retrieve list of packages pricing

#### Headers

| Name          | Type   | Description               |
| ------------- | ------ | ------------------------- |
| Authorization | string | User token or project key |

{% tabs %}
{% tab title="200 " %}

```
[
    {
        "name": String,
        "cores": Number,
        "memory": Number,
        "storage": Number,
        "price": Number
    }
]
```

{% endtab %}

{% tab title="400 " %}

```
[]
```

{% endtab %}
{% endtabs %}
