getConversations Endpoint Only Hit Once Regardless of After Parameter

Hello!

We are building a messaging app extension.
We are able to sync an initial batch of 30 conversations. However when we try to sync more conversations using pagination, i.e.
" In the same getConversations endpoint, inside the additional_data object, the application will send the after property to our API, which is a cursor that can be used to fetch more conversations in the same endpoint (after query parameter)."

No matter what we put inside the after parameter in the additional data field, our getConversations endpoint is not hit again. So we can not sync more than 30 conversations.

Could you provide some insight into this?

Thanks in advance.

1 Like