Sign in

Download resource

documented

Download a specific resource by ID.

GET /api/resources/{resource_id}Resourcesno 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/api/resources/{{$resource_id}}" \
  -u "{{DEVICEMAGIC_API_TOKEN}}:x" \
  -H "Accept: application/json"
Download resource · Device Magic · OpenIntegrations