POST
/
phone
curl --request POST \
  --url https://api.sandbox.verisoul.ai/phone \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "phone_number": "<string>"
}'
{
  "project_id": "<string>",
  "request_id": "<string>",
  "phone": {
    "phone_number": "<string>",
    "calling_country_code": "<string>",
    "country_code": "<string>",
    "carrier_name": "<string>",
    "line_type": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json
Phone number to verify
phone_number
string
required

The phone number to verify

Response

200
application/json
Phone verification response
project_id
string

The ID of the project

request_id
string

The ID of the request

phone
object