Customer API operation index
Every published customer API operation and the request that invokes it, linked to its full reference page.
Base URL
https://api.steerphones.com/v1
Operations
| Operation | Request |
|---|---|
| List accessible phone systems | GET /customer/phone-systems |
| List agent configs | GET /customer/phone-systems/{phoneSystemId}/agent-configs |
| Get an agent config | GET /customer/phone-systems/{phoneSystemId}/agent-configs/{agentConfigId} |
| List call analyses | GET /customer/phone-systems/{phoneSystemId}/call-analyses |
| Get a call analysis | GET /customer/phone-systems/{phoneSystemId}/call-analyses/{id} |
| List call groups | GET /customer/phone-systems/{phoneSystemId}/call-groups |
| Get a call group | GET /customer/phone-systems/{phoneSystemId}/call-groups/{callGroupId} |
| List call log reports | GET /customer/phone-systems/{phoneSystemId}/call-log-reports |
| Get call log report dimensions | GET /customer/phone-systems/{phoneSystemId}/call-log-reports/dimensions |
| List call logs | GET /customer/phone-systems/{phoneSystemId}/call-logs |
| Get a call log | GET /customer/phone-systems/{phoneSystemId}/call-logs/{callLogId} |
| List call menus | GET /customer/phone-systems/{phoneSystemId}/call-menus |
| Get a call menu | GET /customer/phone-systems/{phoneSystemId}/call-menus/{callMenuId} |
| List extensions | GET /customer/phone-systems/{phoneSystemId}/extensions |
| Get an extension | GET /customer/phone-systems/{phoneSystemId}/extensions/{extensionId} |
| List phone numbers | GET /customer/phone-systems/{phoneSystemId}/phone-numbers |
| Get a phone number | GET /customer/phone-systems/{phoneSystemId}/phone-numbers/{phoneNumberId} |
| List phones | GET /customer/phone-systems/{phoneSystemId}/phones |
| Get a phone | GET /customer/phone-systems/{phoneSystemId}/phones/{phoneId} |
| List call recordings | GET /customer/phone-systems/{phoneSystemId}/recordings |
| Get a call recording | GET /customer/phone-systems/{phoneSystemId}/recordings/{recordingSid} |
| Get a signed recording audio URL | GET /customer/phone-systems/{phoneSystemId}/recordings/{recordingSid}/url |
| List voicemails | GET /customer/phone-systems/{phoneSystemId}/voicemails |
| Get a voicemail | GET /customer/phone-systems/{phoneSystemId}/voicemails/{voicemailId} |