---
title: "List Safe Owners"
method: GET
path: "/api/v1/owners"
tags: ["Safe Management"]
---

# List Safe Owners

`GET /api/v1/owners`

Returns the list of addresses that are owners of the user's Safe account.
These owners have the ability to sign transactions and manage the Safe.

## Response `200`

Successfully retrieved the list.

- object
  - `data` object, required
    - `owners` string[], required

## Other responses

- `401` — Unauthorized - invalid or missing authentication token.
- `404` — Safe account not found for the user.
- `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)
