Device Authorization
GET /device
Verify user code and get device authorization status
Query Parameters
user_code*string
The user code to verify
Response Body
application/json
curl -X GET "https://example.com/api/auth/device?user_code=string"{ "user_code": "string", "status": "pending"}Is this page helpful?