Trying to trigger a cobrowse session programmatically using POST /api/v2/conversations/cobrowse. The payload includes the targetUserId and initiatorUserId, but the response is a 500 Internal Server Error with no useful details in the body.
{
“targetUserId”: “123-abc”,
“initiatorUserId”: “456-def”,
“type”: “cobrowse”
}
Already verified both users are online and have the correct permissions. Is this endpoint still in beta or is there a specific header missing?