メインコンテンツに移動

k-ID APIの使用

  • すべてのリクエストには Accept ヘッダーを含める必要があり、その値は application/json に設定する必要があります。
  • すべての POST メソッドには Content-Type ヘッダーを application/json に設定する必要があります。

k-ID API は以下のレスポンスコードを返すことがあります。

CodeMeaning
200success
304not modified - returned from /session/get when the session has not changed
400invalid parameter, error code in the error field, and human readable error message in the errorMsg field
401invalid access token or API key
429retry the API call, the amount of time to wait is in the Retry-After header