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

> Number pool short code object attributes and fields

This API lists and finds short codes in your number pool.

### Attributes

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

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

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

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

### Example Object

```json theme={null}
{
    "added_on": "2022-10-09T11:10:59.741978Z",
    "api_id": "b42933e8-0a88-11ea-b072-0242ac110007",
    "country_iso2": "US",
    "number_pool_uuid": "{number_pool_uuid}",
    "shortcode": "{your_short_code}"
}
```
