---
title: "Retrieve Safe Configuration"
method: GET
path: "/api/v1/safe/config"
tags: ["Safe Management"]
---

# Retrieve Safe Configuration

`GET /api/v1/safe/config`

Returns the configuration of the Safe account associated with the authenticated user, including deployment status, approvals, and account status and allowance details from the chain.

## Response `200`

Successfully retrieved Safe configuration.

- SafeConfig
  - `hasNoApprovals` boolean — Indicates whether the safe has no approvals.
  - `isDeployed` boolean — Indicates whether the safe is deployed.
  - `address` string, nullable — The address of the safe, if available.
  - `tokenSymbol` string, nullable — The token symbol associated with the safe.
  - `fiatSymbol` string, nullable — The fiat symbol derived from the token symbol.
  - `accountStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Enum representing the integrity status of the account
  - `accountAllowance` AccountAllowance
    - `balance` string — The current balance of the account's allowance.
    - `refill` string — The refill amount for the account's allowance.
    - `period` string — The period for allowance refills.
    - `nextRefill` string, nullable — The timestamp for the next refill, if available.

## Other responses

- `401` — Unauthorized Error
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
