Skip to main content
POST
Test Safe Connection

Authorizations

Authorization
string
header
required

Personal API token. Create via createUserApiToken endpoint.

Headers

x-role-type
enum<string>
required

Role context for the request. Use CLIENT_ORG_ADMIN for most integrations.

Available options:
CLIENT_ORG_ADMIN,
PAYROLL_ADMIN,
FINANCE_ADMIN,
TOKU_ADMIN

Body

application/json
safeAddress
string
required
Example:

"0xsafe123..."

chainId
string
required
Example:

"1"

Response

Connection tested

success
boolean
Example:

true

safeAddress
string
chainId
string
verifiedAt
string<date-time>