Describe device login session

Checks if a device login code has been claimed and returns the user session if so.

get/login/device/{device_code}

Path parameters

device_codestring required

The device code to check.

The device code to check.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/DescribeDeviceLoginSessionResponse.json"
}

Changes