Product Documentation
  • On a success, the web service will return the following JSON with a 200 OK:
    <?xml version='1.0' encoding='UTF-8'?>
    <S:Envelope
        xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
        <S:Body>
            <ns2:updatekeyinfoResponse
                xmlns:ns2="http://soap.skfs.strongauth.com/">
                <return>
                {
                	"Response":"Successfully updated user registered security key",
                	"responseCode":"FIDO-MSG-0020",
                	"skfsVersion":"4.12.0",
                	"skfsFQDN":"example.strongkey.com",
                	"TXID":"1-169-1679354369053"
                }
                </return>
            </ns2:updatekeyinfoResponse>
        </S:Body>
    </S:Envelope>