Sign in

List devices

documented

Return a list of Device resources with pagination support.

GET /devicesDevicesno 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.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"
List devices · Copper · OpenIntegrations