# Status Model

The Status Model – is a model for show platform status parameters. Model fields are presented in the table (Table 4.11), with an example below (Listing 4.8). There are the following types of this model (Table 4.12).&#x20;

**Table 4.11 – Fields of Status Model**&#x20;

<table><thead><tr><th width="69">№</th><th width="124">Key </th><th width="155">Type </th><th width="133">Exists </th><th>Description </th></tr></thead><tbody><tr><td>1</td><td>id</td><td>id, integer</td><td>required </td><td>Status identifier</td></tr><tr><td>2</td><td>title </td><td>string </td><td>required </td><td>Status title </td></tr></tbody></table>

**Listing 4.8 – Example of Status Model (JSON)**&#x20;

<pre><code>{
<strong>    "id":      "1",
</strong>    "title":   "pending",
}
</code></pre>

**Table 4.12 – Status Types**&#x20;

<table><thead><tr><th width="68">№</th><th width="187">Title </th><th>Description </th></tr></thead><tbody><tr><td>1</td><td>Pending </td><td>Waiting for activation </td></tr><tr><td>2</td><td>Invalid </td><td>Broken</td></tr><tr><td>3</td><td>Active </td><td>In use</td></tr><tr><td>4</td><td>Suspended </td><td>I pause for some reason. Waiting for reactivation.</td></tr><tr><td>5</td><td>Not Available</td><td>Some problems with SIM</td></tr><tr><td>6</td><td>Blank </td><td>Need to assign one of the Plans</td></tr><tr><td>7</td><td>Activation </td><td>Ready Active, wait for first usage</td></tr><tr><td>8</td><td>Archived </td><td>Deleted or SIM Swaped</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://faq.droam.com/menu/webhooks/webhook-payload-models/status-model.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.
