We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
現在の(既に認証済みの)セッションからアクセストークンを取得します
POST https://your-host/your-mt-api.cgi/v1/token 詳細
XMLHttpRequest: XMLHttpRequestオブジェクト
api.getToken(function(response) { if (response.error) { // エラー処理 return; } // レスポンスデータを使った処理 });