I was hoping to use the API to validate against dqc rules by posting the required parameters, per the documentation, to the /api/v1/assertion/validate/ endpoint.
However, I am only getting back this:
{“error”:”invalid_scope”,”error_description”:”Invalid Scope”}
This occurs if I use Insomnia, or my own code. It also occurs even if I remove all the additional fields. Is this a permission error of some sort? Any assistance is appreciated.