---
title: "Lista solicitações de novos números (pending + resolvidas)"
method: GET
path: "/v1/organizations/me/numbers/requests"
tags: ["numbers"]
---

# Lista solicitações de novos números (pending + resolvidas)

`GET /v1/organizations/me/numbers/requests`

## Response `200`

Lista

- NumberRequestItem[]
  - `id` string, uuid
  - `areaCode` string, nullable
  - `displayName` string, nullable
  - `profilePictureUrl` string, nullable
  - `reason` string, nullable
  - `expectedVolume` string, nullable
  - `status` 'PENDING' | 'IN_PROGRESS' | 'FULFILLED' | 'REJECTED'
  - `createdAt` string, date-time, nullable
  - `fulfilledAt` string, date-time, nullable

## Other responses

- `401` — Token ausente ou inválido

---

[API](https://skmtc.net/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.net/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
