---
title: "OAuth 2.0 Device Verification Endpoint"
method: GET
path: "/oauth2/device/verify"
tags: ["oAuth2"]
---

# OAuth 2.0 Device Verification Endpoint

`GET /oauth2/device/verify`

This is the device user verification endpoint. The user is redirected here when trying to log in using the device flow.

## Response `default`

errorOAuth2

- ErrorOAuth2 — Error
  - `error` string — Error
  - `error_debug` string — Error Debug Information Only available in dev mode.
  - `error_description` string — Error Description
  - `error_hint` string — Error Hint Helps the user identify the error cause.
  - `status_code` integer — HTTP Status Code

## Other responses

- `302` — Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.

## Changes

- **2025-02-26** `99c7af586fcc` — 1 info
  - endpoint added
- **2022-10-11** `cec56a3dc789` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ory/apis/ory-hydra/changes/oauth2/device/verify/get.md)

---

[API](https://skmtc.dev/ory/apis/ory-hydra.md) · [All operations](https://skmtc.dev/ory/apis/ory-hydra/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-hydra/revisions/a302a90a0e8a/schema)
