List locations
documentedReturn a list of Location resources with pagination support.
GET /locationsLocationsno 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.usecopper.com/v1/locations" \
-u {{COPPER_API_KEY}}: \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-G \
-d "limit={{$limit}}"