HomeDocumentationAPI Reference
Log In
API Reference

Edit Session Key

Edits session key parameters such as label and IP whitelist.
For non-admin keys you can also toggle whether to disable a particular key.
Disabling non-admin keys must be done through /deregister_session_key Required minimum session key permission level is account

Body Params
boolean
Defaults to false

Flag whether or not to disable to session key. Defaulted to false. Only allowed for non-admin keys. Admin keys must go through /deregister_session_key for now.

ip_whitelist
array of strings | null
Defaults to null

Optional list of whitelisted IPs, an empty list can be supplied to whitelist all IPs

ip_whitelist
string | null
Defaults to null

Optional new label for the session key

string
required

Session key in the form of an Ethereum EOA

string
required

Ethereum wallet address of account

Response

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json