Skip to main content
All requests to Plivo API are authenticated with BasicAuth using the values of the Auth ID and Auth Token that appear on the Overview page of the console.
cURL
curl -i --user AUTH_ID:AUTH_TOKEN \
    https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/Call/{call_uuid}/
I