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

---

[API](https://skmtc.net/ory/apis/ory-hydra-api.md) · [All operations](https://skmtc.net/ory/apis/ory-hydra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-hydra-api/versions/ab053e716585/schema)
