Version 3 of SKFS Representational State Transfer (REST) Application Programming Interface (API) for FIDO Administrator supports an array of web services for a variety of functions:
All FIDO web services must use Transport Layer Security (TLS)—implemented through the Secure Hyper Text Transfer Protocol (HTTPS). Successful REST web service requests always return a 200 OK with a response payload (if appropriate).
The web service description for REST can be found at the following URL on SKFS: https://<host:port>/skfs/rest/application.wadl. On the StrongKey DEMO site, you can see an example here: https://demo.strongkey.com/skfs/rest/application.wadl.
All SKFS web services are implemented as HTTP POST operations. Each REST web service operation requires a single Java Script Object Notation (JSON) object as a parameter that contains embedded JSON objects.
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved