Skip to main content
Version: Next

Lookup

Retrieve metadata for a phone number: carrier, line type, country and fraud-relevant flags.

use AndreaAlhena\PreludeSdkLaravel\Facades\Prelude;

$lookup = Prelude::lookup()->lookup('+39012345678');

You can request additional lookup types via the optional second argument; refer to the Prelude lookup reference for the available types.

Raw responses

$response = Prelude::lookup()->raw->lookup('+39012345678');