> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Telemetry Id

> Returns a DFP telemetry ID generated by the Stytch device fingerprinting SDK. This is a local operation — it does not make a network call to the Stytch API. Pass the returned ID to your backend, which can use it in server-side Stytch DFP lookup calls.

## Returns

The DFP telemetry ID string to pass to your backend.

<RequestExample>
  ```kotlin theme={null}
  StytchConsumer.dfp.getTelemetryId()
  ```
</RequestExample>
