Unauthorized Error When Fetching Relationship from Purview API
Khushboo Shah
0
Reputation points
I encounter an "Unauthorized" error message when fetching a relationship from the Purview API. The specific error response is:
Endpoint: https://{purview account}/datamap/api/atlas/v2/relationship/guid/{assetGUID}?extendedInfo=false
{
"error": {
"code": "Unauthorized",
"message": "Not authorized to access account"
}
}
I have already checked my API credentials and they seem to be correct. Has anyone else encountered this issue, and if so, what steps did you take to resolve it? Any insights or suggestions would be greatly appreciated.
Sign in to answer