@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”: []
}