List devices
documentedReturn a list of Device resources with pagination support.
GET /devicesDevicesno implementation yet0 runsNo 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.copper.co/platform/devices?page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Authorization: ApiKey {{COPPER_API_KEY}}" \
-H "X-Signature: {{COPPER_SIGNATURE}}" \
-H "X-Timestamp: {{COPPER_TIMESTAMP}}" \
-H "Accept: application/json"