Skip to main content

PersonlookupService

A list of all methods in the PersonlookupService service. Click on the method name to view detailed information about that method.

MethodsDescription
PersonLookupGetPersonLookupAsync

PersonLookupGetPersonLookupAsync

  • HTTP Method: GET
  • Endpoint: /api/v2/personlookup/getpersonlookup

Parameters

NameTypeRequiredDescription
socialSecurityNumberstringString that contains social security number
phoneNumberstringString that contains mobile phone number
countryCodestringCountry where the contact is registered

Return Type

ContactSearchResult

Example Usage Code Snippet

using VoyadoEngage;

var client = new VoyadoEngageClient();

var response = await client.Personlookup.PersonLookupGetPersonLookupAsync("socialSecurityNumber", "phoneNumber", "countryCode");

Console.WriteLine(response);

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →