# APIレスポンスコード

Provision APIはAPIエンドポイントに以下のように応答します。

<table><thead><tr><th width="132">レスポンス</th><th width="140.66666666666666">詳細</th><th>フォーマット例</th></tr></thead><tbody><tr><td>200</td><td>Ok</td><td><pre><code><strong>{
</strong>  "success": true,
  "order_number": "12345678-1234",
  "vault_url": "qa.keepersecurity.com/vault/#"
}
</code></pre></td></tr><tr><td>400</td><td>Bad Request</td><td><pre><code><strong>{
</strong>  "success": false,
  "message": "Invalid request - Missing required fields"
}
</code></pre></td></tr><tr><td>401</td><td>Unauthorized</td><td><pre><code>{
  "success": false,
  "message": "Invalid Hash Value - UnAuthorized"
}
</code></pre></td></tr></tbody></table>
