Get the list of 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.
Responses
- 200
- 401
- 404
- 500
Successfully retrieved the list of Safe owners.
Unauthorized - invalid or missing authentication token.
Safe account not found for the user.
Internal server error.