---
title: "Lista números da organização com health e slot do plano"
method: GET
path: "/v1/organizations/me/numbers"
tags: ["numbers"]
---

# Lista números da organização com health e slot do plano

`GET /v1/organizations/me/numbers`

## Response `200`

Números + slot

- NumbersResponse
  - `numbers` NumberCard[], required
    - `id` string, required
    - `name` string, required
    - `alias` string, nullable
    - `description` string, nullable
    - `phoneNumber` string, required
    - `type` 'SHARED' | 'DEDICATED', required
    - `isDefault` boolean, required
    - `status` string, required
    - `qualityScore` 'UNKNOWN' | 'GREEN' | 'YELLOW' | 'RED' | 'LOW' | 'HIGH' | 'FLAGGED', required
    - `messagingTier` 'TIER_50' | 'TIER_250' | 'TIER_1K' | 'TIER_10K' | 'TIER_100K' | 'UNLIMITED', required
    - `verifiedAt` string, date-time, nullable
    - `lastHealthCheckAt` string, date-time, nullable
    - `provider` string, required
    - `createdAt` string, date-time, nullable
    - `messagesLast7d` integer
    - `messagesLast30d` integer
  - `slot` NumbersSlot, required
    - `used` integer, required
    - `max` integer, required — -1 = ilimitado.
    - `planLabel` string, required
    - `atCap` boolean, required
    - `noEntitlement` boolean, required
    - `monthlyPriceCents` integer, required
    - `monthlyTotalCents` integer, required

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