Sign in

List devices

documented

List devices in the organization (needed for dispatching).

GET /organizations/{organization_id}/devices.(xml|json)Dispatchesno 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://api.devicemagic.com/organizations/{{$organization_id}}/devices.{{$format}}" \
  -X GET \
  -H "Authorization: Basic {{DEVICEMAGIC_SECRET}}" \
  -H "Accept: application/{{$format}}"