Hi, I’m unable to find any endpoint for getting all DM from a specific user via the REST API.

I know there’s a way to get all DM events with count and cursor parameter but that returns messages from all users.

Ideally, we’re looking for any API where we can specify the sender_id to get direct messages for the past 1 - 7 days.

Any help would be highly appreciated.

Thanks a lot.

There’s no API method to do this - you will need to filter the message responses in your own code to narrow down to a single sender.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.