returns the date and time of alerts, the type of alert, threshold value and other details to allow analysis of the alert
Elevate Tripwire API (1.2)
Currently provides read-only access to Tripwire-related entities like alerts and notifications to allow API users to automate processes linked to Tripwire usage monitoring and alerting
- Tripwire alert - returns the date and time of alerts, the type of the alerts, and any additional details that may be useful in assessing the severity of the alerts
- Tripwire notification - returns the activity that was performed when an alert was triggered, whether that's sending an email, SMS, or custom action Tripwire plan - a named tripwire plan of tripwire rules used to identify alerts and notifications
Download OpenAPI description
Languages
Servers
https://rest.elevatebilling.com/v1
Query
Results to return per page
Example: pageSize=100
Filter by tripwire notification action type
Enum"EMAIL_BILLING_CLIENT""SMS_BILLING_CLIENT""EMAIL_CUSTOMER_CONTACTS""SMS_CUSTOMER_CONTACTS""TEMPORARY_OUT_OF_SERVICE""OUTBOUND_CALLS_BARRED""CUSTOM_BC_ACTION""USAGE_CAP_TRIGGER_ACTION""NO_BC_ACTION"
Filter tripwire alert activities from this date and time (inclusive).
Example: filterFromDateTime=2019-01-03T19:40:00
- https://rest.elevatebilling.com/v1/tripwire-alert-activities
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/tripwire-alert-activities?page=1&pageSize=100&filterAction=EMAIL_BILLING_CLIENT&filterFromDateTime=2019-01-03T19%3A40%3A00&filterToDateTime=2019-01-03T19%3A42%3A00' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Timestamp when the action was applied
Example: "2022-01-01T00:00:00.000Z"
Timestamp when the fraud alert record was created
Example: "2022-01-01T00:00:00.000Z"
Start time of the fraudulent activity
Example: "2022-01-01T00:00:00.000Z"
End time of the fraudulent activity
Example: "2022-01-01T00:00:00.000Z"
Tripwire notification activity to be performed when a Tripwire alert is triggered, i.e. send an email to the client/affected customer, suspend the number, or other custom actions (available by contacting the Elevate support team)
Enum"EMAIL_BILLING_CLIENT""SMS_BILLING_CLIENT""EMAIL_CUSTOMER_CONTACTS""SMS_CUSTOMER_CONTACTS""TEMPORARY_OUT_OF_SERVICE""OUTBOUND_CALLS_BARRED""CUSTOM_BC_ACTION""USAGE_CAP_TRIGGER_ACTION""NO_BC_ACTION"
Response
application/json
[ { "id": 1, "usageProductInventoryId": 10, "whenActionApplied": "2022-01-01T00:00:00.000Z", "totalPriceInMinorCurrency": 0, "totalCallCount": 15, "createdOn": "2022-01-01T00:00:00.000Z", "tripwireStartDate": "2022-01-01T00:00:00.000Z", "tripwireEndDate": "2022-01-01T00:00:00.000Z", "tripwireRuleId": 1, "tripwirePlanId": 1, "action": "EMAIL_BILLING_CLIENT" } ]