---
title: "Get config"
method: GET
path: "/1/public_clouds/config"
tags: ["Config"]
---

# Get config

`GET /1/public_clouds/config`

Get configuration information for the given account

## Query parameters

- `account_id` integer, required — Unique identifier of the `account` that is related to the resource `{name}`

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 1a4921f4PublicCloudConfig
    - `free_tier` number, required — Free tier amount limit, unit is your account currency
    - `free_tier_used` number, required — Free tier amount consumed, unit is your account currency
    - `account_resource_level` integer, required — Resource level of the account
    - `valid_from` integer, required — Date since which the configuration is valid
    - `valid_to` integer, required — Limit date of the config validity
    - `project_count` integer, required — Number of project of the account

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
