Sign in

Get device

documented

Retrieve a single device.

GET /devices/{deviceId}DEVICESno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{XMATTERS_BASE_URL}}/api/xm/1/devices/{{$device_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get device · xMatters · OpenIntegrations