허용되지만 현재는 무시됩니다(검증 규칙 없음, 조용히 폐기됨, 오류 없음): operator, phoneException, minPrice.
자동 country 감지(예: `country=any`)는 지원되지 않음: `country`는 숫자 country 코드여야 함 — 숫자가 아니거나 알 수 없는 country는 BAD_COUNTRY를 반환함.
이 메서드에서 쉼표로 구분된 리스트는 providerIds/exceptProviderIds에 대해서만 지원됩니다. 최상위 `service`/`country`는 여기서 콤마 리스트를 지원하지 않습니다 — 이 기능은 가격 조회 메서드(getPrices/getFreePrices/getPricesV2/getPricesV3)에서만 곧 제공될 예정입니다.
getNumberTest는 getNumber와 정확히 동일하게 동작하지만, activationType/testParams를 명시적으로 전달하기 위한 공식 문서화된 방법입니다.
이것은 실제 요청입니다 — 호출이 성공하면 잔액이 차감되거나 실제 활성화가 변경될 수 있습니다.
Price/count map with a per-provider price breakdown.
쉼표로 구분된 값을 지원합니다 — Tiger SMS만의 기능입니다.
이 계열의 다른 모든 JSON 메서드와 달리, 여기서 예기치 않은 내부 오류가 발생하면 JSON 본문이 아니라 일반 텍스트 BAD_ACTION 응답이 반환됩니다 — 이는 의도된 것으로, JSON을 파싱하는 클라이언트가 불완전한 JSON 본문을 받지 않도록 하기 위함입니다.
쉼표로 구분된 리스트(곧 제공 예정): service 또는 country 둘 중 하나에 쉼표가 포함되면 작동합니다. 각 토큰은 단일 값과 동일한 방식으로 검증되며, 각 리스트는 최대 50개 항목, country×service 조합은 총 100개로 제한됩니다.
Combined price+stock showcase: default/retail/min price, counts and the full price-bucket map, by service and country.
Requires the same price-bucket data as getFreePrices/getPricesV3 — when that data isn't available for this account, this method returns an empty `data: {}` rather than falling back to catalog prices.
There is no `counts.physical` field: our provider module does not currently expose a physical stock figure separate from `counts.total`, and this method does not invent one. It may be added later if that data becomes available.
Never exposes providers, cost, or purchase price — none of those exist in this response by design.