Skip to content

GET   /fp

Get browser fingerprint

Returns browser fingerprinting data for security tracking

Authentication Required

Authorization: Bearer {token}   header string

This header is required to access this endpoint

Try it out

Loading...

Output:

Responses

Description

Fingerprint data retrieved

{
"fingerprint": "string",
"userAgent": "string",
"ipAddress": "string",
"timestamp": "string"
}

Route Source Code

Check out the source code for this route entrypoint here: /fp/route.ts

Or the swagger.yaml spec this documentation was generated from: /fp/swagger.yaml