diff --git a/OTXv2.py b/OTXv2.py index 9c14f6f..bcca640 100755 --- a/OTXv2.py +++ b/OTXv2.py @@ -22,7 +22,7 @@ # API URLs API_V1_ROOT = "/api/v1" # API v1 base path -SUBSCRIBED = "{}/pulses/subscribed".format(API_V1_ROOT) # pulse subscriptions +SUBSCRIBED = "{}/pulses/activity".format(API_V1_ROOT) # pulse subscriptions EVENTS = "{}/pulses/events".format(API_V1_ROOT) # events (user actions) SEARCH_PULSES = "{}/search/pulses".format(API_V1_ROOT) # search pulses SEARCH_USERS = "{}/search/users".format(API_V1_ROOT) # search users