911 Access Dashboard
This documentation pertains to the 911 Access Dashboard REST API. Click here for the SOAP API overview.
911 Access Dashboard Base URLs
Environment | URL |
---|---|
Production | https://service.dashcs.com/dash-api/xml/emergencyprovisioning/v1 |
Staging | https://staging-service.dashcs.com/dash-api/xml/emergencyprovisioning/v1 |
911 Access Dashboard REST API Reference Index
Verb | Resource | Description |
---|---|---|
GET |
/authenticationcheck |
Convenience method that always returns true. You can use this to make sure your authentication is working |
GET |
/uris |
Find all of the URIs belonging to the requesting customer that has active emergency services |
GET |
/locationsbyuri/{uri} |
Find all the locations associated with the given URI |
GET |
/provisionedlocationbyuri/{uri} |
Get the provisioned location associated with a URI |
GET |
/provisionedlocationhistorybyuri/{uri} |
Given a URI find the provisioned location and histories |
POST |
/validatelocation |
Validate and correct the location if necessary |
POST |
/addlocation |
Associate a Location with a URI |
POST |
/removelocation |
Given a location ID, remove the location |
POST |
/removeuri |
Remove a given URI |
POST |
/provisionlocation |
Activates a specific location for emergency service |
911 Access Dashboard Emergency Notifications API Base URL
Environment | URL |
---|---|
Production | https://evs-api.bandwidth.com/api/v1 |
Staging | https://test.evs.bandwidth.com/api/v1 |
Notifications REST API Reference Index
Verb | Resource | Description |
---|---|---|
GET |
/notifications/notificationRecipients |
Return a list of notification recipients |
POST |
/notifications/notificationRecipients |
Create a new notification recipient |
GET |
/notifications/notificationRecipients/{recipientId} |
Return a single notification recipient |
PATCH |
/notifications/notificationRecipients/{recipientId} |
Modify a single notification recipient |
DELETE |
/notifications/notificationRecipients/{recipientId} |
Delete a single notification recipient |
GET |
notifications/notificationRecipients/{recipientId}/associations |
Return a list of endpoints associated with a notification recipient |
PATCH |
notifications/endpoints/{endpointId}/notificationRecipients/{recipientId} |
Associate a notification recipient to an endpoint |
DELETE |
notifications/endpoints/{endpointId}/notificationRecipients/{recipientId} |
Remove a notification recipients association to an endpoint |