Webhooks Specification
OpenAPI Specification supports Fingerprint Webhooks through the SwaggerUI’s callback feature. Since callbacks cannot exist without an initial request, there is an explicit/webhook path with the TRACE method in the Specification.
Server API Specification
Server API supports two types of authentication.api_keyas a query parameter. This mode is supported in the SwaggerUI demo.Auth-API-Keyas an HTTP header. This mode is not supported in the SwaggerUI demo because of the Same Origin Policy.