Sign in

List locations

documented

Return a list of Location resources with pagination support.

GET /locationsLocationsno 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.usecopper.com/v1/locations" \
  -u {{COPPER_API_KEY}}: \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -G \
  -d "limit={{$limit}}"
List locations · Copper · OpenIntegrations