/consent-artefacts returning empty List of consent Artefacts

@IntegrationSupport
When I call /consent-artefacts api, it returns me an empty response with 200 OK.

I am using “https://dev.abdm.gov.in/cm/consent-artefacts” as API URL+ENDPOINT.
In Headers, I am passing the AUTH-TOKEN which the user receives after successful login, correctly.

This is the empty consentArtefacts response I received. Please Help
{
“size”: 0,
“limit”: 20,
“offset”: 0,
“consentArtefacts”: []
}

@nittin20093 Please request: GET
https://sandbox.abdm.gov.in/swagger/ndhm-phr-app.yaml
Check consent part in this link .

@IntegrationSupport It worked. Thanks a lot.