get
https://api.podium.com/v4/conversations
List all conversations.
If the cursor parameter is used then all other parameters will be ignored. This is to avoid confusion if passing both a cursor and other parameters which would change what data is being returned.
since is an inclusive (>=) filter on last activity, and matches the lastItemAt field in the response -- not updatedAt, which is the record's own timestamp and moves independently. When polling, overlap your since value with the previous poll and de-duplicate by uid.
Both parameters are optional. Sending neither returns exactly what this endpoint has always returned, including both open and closed conversations.
Required scope: read_messages.
Callback
