Table of Contents    
    
General Information #
add here
All account operations for a given consent are accessible only if the consent is valid, meaning it is authorized and not expired. Each resource/account has a maximum number of accesses per day, which is defined in the consent itself. If this quota is reached, an HTTP 429 error is returned along with a JSON response body:
			
                
                
        
{
	"code": 429,
	"description": "Maximum access quota is reached!"
}
Remarks:
add here