Information on accounts

All account operations for a given account are available only if the account is valid, i.e. 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 and a JSON response body are returned:

{
  "code": 429,
  "description": "Maximum access quota is reached!"
}

Powered by BetterDocs