curl --location --request POST '/portability_checks' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"+13035550000",
"+13035550001",
"+13035550002"
]
}'
{
"data": [
{
"fast_portable": true,
"not_portable_reason": "No coverage",
"phone_number": "+13125550123",
"portable": true,
"record_type": "portability_check_result"
}
]
}
Authorization: Bearer ********************