Hello. I'm having an issue retrieving incoming messages using the SMS API.
When using the Python example in here, with the service plan id, api token, and url displayed in my dashboard, I receive only an empty list.
Just in case, I checked that there were messages received in the dates I was querying, and several do show up in the dashboard as incoming messages.
I should note the reason I am trying to manually retrieve these messages is due to an error on our end with our callback server, which failed to receive the incoming message callbacks from the past two weeks. Not sure if that might be relevant to the problem.
Is there something that might be messing up this functionality?
... View more