Retrieve location
documentedRetrieve an existing Location resource by id.
GET /locations/{id}Locationsno 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.com/developer_api/v1/locations/{{$location_id}}" \
-X GET \
-H "X-PW-AccessToken: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-PW-Application: developer_api" \
-H "X-PW-UserEmail: {{$user_email}}" \
-H "Accept: application/json"