Could someone explain why my POST to /api/v2/conversations/cobrowse returns a 400 Bad Request? The docs state “The request body must contain the target URI.” I am sending this JSON: {“targetUri”: “https://example.com”}.
- Verified the OAuth token is valid for the scope conversations:cobrowse:write.
- Tried adding the x-correlation-id header to the request.