> ## 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.

# Server SDKs

> Fingerprint offers SDKs for the most popular server-side frameworks and languages. The SDKs make it easier to work with Fingerprint Server API, Webhooks, and other features by providing utility methods and types.

export const DeprecatedVersion = ({currentPath}) => <Warning>
    This version is deprecated. See the{" "}
    <a href="/reference/api-deprecation-policy">deprecation policy</a> and use
    the <a href={currentPath}>current version</a> instead.
  </Warning>;

Fingerprint offers the following server SDKs:

<DeprecatedVersion currentPath="/reference/server-sdks" />

* [Go Server SDK](/reference/v3/go-server-sdk)
* [Java Server SDK](/reference/v3/java-server-sdk)
* [Node.js Server API SDK](/reference/v3/node-server-sdk)
* [.NET Server API SDK](/reference/v3/net-server-sdk)
* [PHP Server API SDK](/reference/v3/php-server-sdk)
* [Python Server API SDK](/reference/v3/python-server-sdk)

The SDKs are based on a Server API OpenAPI schema, which is also available on GitHub:

* [Server API OpenAPI schema](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi)
