# API Response Codes

The Provision APIs respond to the API endpoints with the following:

<table><thead><tr><th width="125.33333333333331">Response</th><th width="145">Description</th><th>Example Format</th></tr></thead><tbody><tr><td>200</td><td>Ok</td><td><pre class="language-json"><code class="lang-json">{
  "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 class="language-json"><code class="lang-json">{
  "success": false,
  "message": "Invalid request - Missing required fields"
}
</code></pre></td></tr><tr><td>401</td><td>Unauthorized</td><td><pre class="language-json"><code class="lang-json">{
  "success": false,
  "message": "Invalid Hash Value - UnAuthorized"
}
</code></pre></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/api-troubleshooting/api-response-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
