Nothing supported by Kibana currently, you will have to re-create the URL.
http://localhost:9200/.kibana/dashboard/_search will give you your dashboards. You'll need the _id field.
The url will look something like http://localhost:5601/app/kibana#/dashboard/${id}?embed=true where ${id}
is replaced with the dashboard id. The same applies to visualizations.