Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt

Use this file to discover all available pages before exploring further.

A visual Swagger UI representation of the OpenAPI schema can be found on the Getting Started page on GitHub. The latest version of the schema is published on GitHub. This OpenAPI schema conforms to OpenAPI Specification version 3.0.3.

Webhooks Specification

OpenAPI Specification supports Fingerprint Webhooks with its 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.