Skip to main content
POST
Add Safe Owner

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
newOwner
string
required

The address to add as a new Safe owner.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x3270bf32AB647e90eF94A026c70Aa1daaaDA2382"

signature
string
required

The wallet signature authorizing this operation.

Example:

"0x1234567890abcdef..."

message
object
required

The message object containing transaction data and salt.

smartWalletAddress
string

Optional. If using a smart account, the address of the smart wallet to use for the operation.

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Response

Successfully submitted the add owner request.

data
object
required