> ## Documentation Index
> Fetch the complete documentation index at: https://plivo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Number pool numbers

> Number pool number object attributes and fields

### Attributes

<table>
  <tbody>
    <tr>
      <td><strong>number\_pool\_uuid</strong></td>
      <td>Unique identifier for the number pool.</td>
    </tr>

    <tr>
      <td><strong>number</strong></td>
      <td>String.</td>
    </tr>

    <tr>
      <td><strong>type</strong></td>
      <td>The type of number. One of: fixed, mobile, toll-free.</td>
    </tr>

    <tr>
      <td><strong>service</strong></td>
      <td>The service capability of number. One of: sms, mms.</td>
    </tr>

    <tr>
      <td><strong>country\_iso2</strong></td>
      <td>The ISO2 code of the country associated with the number.</td>
    </tr>

    <tr>
      <td><strong>added\_on</strong></td>
      <td>Timestamp in ISO 8601 format.</td>
    </tr>

    <tr>
      <td><strong>account\_phone\_number\_resource</strong></td>
      <td>Account phone number resource URI.</td>
    </tr>
  </tbody>
</table>

### Example Object

```json theme={null}
{
    "account_phone_number_resource": "/v1/Account/{auth_id}/Number/{your_number}/",
    "added_on": "2022-10-09T11:10:59.741978Z",
    "country_iso2": "US",
    "number": "{your_number}",
    "number_pool_uuid": "{number_pool_uuid}",
    "type": "fixed"
}
```
