Matrix client implementation: Devices
Created by: bassory99
GET /_matrix/client/r0/devices HTTP/1.1
Request format:
No parameters
Response format:
Parameter | Type | Description |
---|---|---|
devices | [Device] | A list of all registered devices for this user. |
Device
Parameter | Type | Description |
---|---|---|
device_id | string | Required. Identifier of this device. |
display_name | string | Display name set by the user for this device. Absent if no name has been set. |
last_seen_ip | string | The IP address where this device was last seen. (May be a few minutes out of date, for efficiency reasons). |
last_seen_ts | integer | The timestamp (in milliseconds since the unix epoch) when this devices was last seen. (May be a few minutes out of date, for efficiency reasons). |
Rate-limited: No. Requires auth: Yes.