Missing details in the documentation

Hi SendBird,

The List messages API docs are missing a spec on where the message_ts and message_id required parameters should be placed!

This is a blocker for the work I am doing!

Best,
Simon

Hi @simonb,

The documents show that they’re a required parameter. So they should be placed as a query parameter:

An example of your URL, would be:

https://api-{APP_ID}.sendbird.com/v3/group_channels/{CHANNEL_URL}/messages?message_ts=1635082272

Thanks, @Tyler!

/Simon