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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-03-26"
Device ID of the Device to be returned
Successful Response
The response is of type object.
object