Is there any API end point to find the call history for a particular userid

Hi,

For the sendbird call API

i could see that i can retrive the call history by this end point
https://api-{application_id}.calls.sendbird.com/v1/direct_calls

Is there any API end point to find the call history for a particular userid? any end point?

This is to get the missed call and dropped call list.

Thanks

Same endpoint but add ?user_ids=urlencoded_id_1

If you only want to fetch dropped and missed calls, use the end_result parameter also.

1 Like