personium / legacy-api-references

This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
1 stars 8 forks source link

Personium standard error message format is not described. #8

Open SawamiWataru opened 7 years ago

SawamiWataru commented 7 years ago

Standard error example.

{
  "code":"PR401-AU-0002",
  "message":
  {
    "lang":"en",
    "value":"Access token expired."
  }
}
KourokiTakuto commented 7 years ago

Create two types of OAuth 2 and standard Response is only described in JSON once The link source is from the page of each API and the "common" part of the API reference TOP