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.
Required scope: read_messages
.
TIP
Use the conversation UID to open a conversation in the inbox with the following URL:
https://app.podium.com/inbox/redirect-messages/<CONVERSATION_UID>
Callback