-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Running the lookupTargets() function currently doesn't function and will always return the following error: "WARNING:root:Error looking up for targets". I believe this is the culprit:
Line 109 in 657c004
| response = self.baseRequest(endpoint, params = params) |
I believe changing this line out to: response = self.baseRequest(endpoint, params = params, supports_version = False) might work, as https://engage.newmode.net/api/lookup/20316/zip=02143 (and the like) returns results in my browser, but https://engage.newmode.net/api/v1.0/lookup/20316/zip=02143 gives me a 403.
Metadata
Metadata
Assignees
Labels
No labels