Skip to main contentVisual Swagger UI representation of the OpenAPI definition can be found on the demo page. The latest version of the Specification is published on GitHub.
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_key as a query parameter. This mode is supported in the SwaggerUI demo.
Auth-API-Key as an HTTP header. This mode is not supported in the SwaggerUI demo because of the Same Origin Policy.