---
title: "Validate phone numbers and retrieve additional information"
method: GET
path: "/scoring/phone"
---

# Validate phone numbers and retrieve additional information

`GET /scoring/phone`

This method serves as an additional layer of protection in your system for validating phone numbers. It not only checks the syntax but also assesses the likelihood of the phone number being valid and operational.

By incorporating this scoring into your workflow, you can enhance fraud detection, reduce invalid inputs, and improve the overall quality of data captured.

## Query parameters

- `phone` string, required
- `countryCode` string, required
- `format` string
- `userID` string
- `mode` string
- `callback` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/greip/apis/greip-api.md) · [All operations](https://skmtc.dev/greip/apis/greip-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greip/greip-api/revisions/710e218152d5/schema)
