Retrieve account
documentedRetrieve an existing Account resource by id.
GET /accounts/{id}Accountsno 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/accounts/{{$account_id}}" \
-X GET \
-H "X-PW-AccessToken: {{COPPER_API_KEY}}" \
-H "X-PW-Application: developer_api" \
-H "X-PW-UserEmail: {{$user_email}}" \
-H "Content-Type: application/json"