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

# Consultar operadora do número

> undefined

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://api.goatpay.com.br/v1/mobile-recharge/provider/63997365512' \
    -H 'X-API-Key: gp_live_SUA_CHAVE'
  ```
</RequestExample>

<ResponseExample>
  ```json Success theme={null}
  {
    "success": true,
    "message": "Operadora encontrada",
    "data": {
      "operatorName": "Vivo",
      "values": [
        { "name": "R$ 15,00", "bonus": "0", "minValue": 15, "maxValue": 15 },
        { "name": "R$ 20,00", "bonus": "0", "minValue": 20, "maxValue": 20 }
      ]
    },
    "requestId": "req_abc"
  }
  ```
</ResponseExample>

### Parâmetros de rota

<ParamField path="phoneNumber" type="string" required>
  Telefone com DDD (somente dígitos).
</ParamField>
