Find Device Authorization Request

Find Device Authorization Request

Looks up a service account identified by the specified user code for processing its authorization request

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/deviceLookup
COPY
Request Body
DeviceInfo of type(s) application/json
Optional
{
    "userCode": "string"
}
string
userCode
Optional

User code associated with device authorization requests.

Authentication
This operation uses the following authentication methods.
Responses
303

Device found, redirect link to service account is returned in the Location header

Returns DeviceInfo of type(s) */*;version=37.2
{
    "userCode": "string"
}
string
userCode
Optional

User code associated with device authorization requests.


404

Not Found

Operation doesn't return any data structure