cURL
Sending basic auth credentials using cURL
- Open the Terminal application
- Type
curl -u username:password https://CHANGE-THIS.chargeover.com/api/v3/CHANGE-THIS
(substitute your own credentials/URL into the above string!) - Hit the "Return" key on your keyboard