Set a customer as active
documentedMark a customer as active.
POST /api/v3/customer/{customer_id}/_action/setActiveCustomersno 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://{{$base_url}}/api/v3/customer/{{$customer_id}}/_action/setActive" \
-X POST \
-u "{{$CHARGEOVER_API_USERNAME}}:{{$CHARGEOVER_API_PASSWORD}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{}'