Given a user's findmeon identifier (32 hex chars) , will list viewable accounts for that id
https://api.findmeon.com/v1/findmeon/get_identities?findmeon=%(findmeon)s&api_key=%(api_key)shttps://api.findmeon.com/v1/findmeon/%(findmeon)s/get_identities?api_key=%(api_key)sapi_key [string] - can be obtained from https://FindMeOn.com/my/ findmeon [string] - 32 char hex id for identityjs [bool] - returns a javascript line findmeons - a dictionary object containingid - FindMeOn.com hex_idname - display nameresource - the actual resourcefavicon - if a favicon is available, it will be on this file with root at http://synstat.findmeon.com/favicons/https://api.findmeon.com/v1/findmeon/findmeon=%(findmeon)s/api_key=%(api_key)s/get_identities.js
<script src="https://api.findmeon.com/v1/findmeon/findmeon=AD96168A494C59A4FB5F7B6DC629022B/api_key=8614A2970DAFE9A7A873DD7F67C58B14/get_identities.js" type="text/javascript"></script>
The alternate path will return info such as this:
var fmo__identities_%(findmeon)s= { json object };
As an example:
var fmo__identities_AD96168A494C59A4FB5F7B6DC629022B = { "result":"success" , "findmeons":[] };