Api point for swarm key fingerprint

Hi,

In the development of my App I’d like to check that the IPFS daemon I’m talking to corresponds to the private IPFS network that runs my app (would not want to mistakenly publish sensitive data on another network because the user forgot to do export IPFS_PATH=.ipfs_my_app).

Is there any way to query the IPFS API to know what is their the fingerprint of the swarm key its using?

That way I could compare with fingerprint stored by the app and be safer.

Thank you very much!