> For the complete documentation index, see [llms.txt](https://faq.droam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.droam.com/menu/webhooks/webhook-payload-models/status-model.md).

# 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>
