Get a specific customer
documentedRetrieve details for a specific customer.
GET /api/v3/customer/{customer_id}Customersno 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://{{$site}}.chargeover.com/api/v3/customer/{{$customer_id}}" \
-X GET \
-u "{{$chargeover_username}}:{{$chargeover_password}}" \
-H "Accept: application/json"