We have a unique use case where we want to extract the Correlation Configuration from a few hundred sources to evaluate changes to assist with uncorrelated accounts. I don’t see an API in the Beta/V3 for this and when turning on developer tools in the browser I see an API call like the following:
https://<org_value>.api.identitynow.com/diana/sources/sources//correlationConfig?_dc=&page=1&start=0&limit=25
I’ve seen similar API calls using both “diana” and “shelby” but when trying to access these from PostMan I’m getting a routing error. The assumption is these are “internal use only” or something specific with the need for the “_dc” value but hoping someone can help clarify.
In the “sources” API call we get back the following which is what we want to call an API to get the additional information for:
“accountCorrelationConfig”: {
“type”: “ACCOUNT_CORRELATION_CONFIG”,
“id”: “”,
“name”: “AD [source] Account Correlation”
},