Add a new owner to the Safe
POST/api/v1/owners
Adds a new owner to the user's Safe account.
The signature should be generated by signing the transaction data obtained from
the /api/v1/owners/add/transaction-data
endpoint.
The operation is processed through a delay relay mechanism that executes after 3 minutes.
Request
Responses
- 200
- 401
- 404
- 422
- 500
Successfully submitted the add owner request.
Unauthorized - invalid or missing authentication token.
Safe account not found for the user.
Unprocessable Entity - validation errors in request body.
Internal server error.