Profile On Share API Not working both V1 and V3 API versions

We are currently unable to call the Profile On Share API using the following URLs:

V1 API: https://dev.abdm.gov.in/gateway/v1.0/patients/profile/on-share
V3 API: https://dev.abdm.gov.in/hiecm/api/v3/patient-share/on-share

The responses we are receiving for both API versions are as follows:

V1 API Response:
{
“code”: “900908”,
“message”: “Resource forbidden”,
“description”: “User is NOT authorized to access the Resource. API Subscription validation failed.”
}

V3 API Response:
{
“code”: “900908”,
“message”: “Resource forbidden”,
“description”: “User is NOT authorized to access the Resource. API Subscription validation failed.”
}

V0.5 API: /gateway/v0.5/care-contexts/on-discover

The response we are receiving for this API is as follows:

{
“code”: “900908”,
“message”: “Resource forbidden”,
“description”: “User is NOT authorized to access the Resource. API Subscription validation failed.”
}