Sign in

Set a customer as active

documented

Mark a customer as active.

POST /api/v3/customer/{customer_id}/_action/setActiveCustomersno 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://{{$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 '{}'
Set a customer as active · chargeover · OpenIntegrations