cURL
curl --request GET \ --url https://api.pathstack.io/device/{device_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "system_device_id": "<string>", "registration": "<string>", "make": "<string>", "model": "<string>", "year": 123, "active": true, "tags": [ "<string>" ], "id": "<string>", "connection_id": "<string>" } }
This endpoint returns a Device by ID.
Show child attributes