# cURL

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

