post https://na.connect.etherfax.net/rest/3.0/api/accounts/pkinfo
Sets the public key for this account.
Removing a Public Key
To remove a public key from an account, simply set the PublicKey parameter in the body to null.
{
PublicKey: null
}
Sets the public key for this account.
Removing a Public Key
To remove a public key from an account, simply set the PublicKey parameter in the body to null.
{
PublicKey: null
}
Try It!
to start a request and see the response here!