validate Device With Id

GET {{baseUrl}}/oauth2/device/validate?user_code=<string>&client_id=<string>

Validates the end-user provided user_code from the user-interaction of the Device Authorization Grant. If you build your own activation form you should validate the user provided code prior to beginning the Authorization grant.

Request Params

KeyDatatypeRequiredDescription
user_codestringThe end-user verification code.
client_idstringThe client id.

RESPONSES

status: OK

&quot;&quot;