PersonlookupService
A list of all methods in the PersonlookupService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
PersonLookupGetPersonLookupAsync |
PersonLookupGetPersonLookupAsync
- HTTP Method:
GET
- Endpoint:
/api/v2/personlookup/getpersonlookup
Parameters
Name | Type | Required | Description |
---|---|---|---|
socialSecurityNumber | string | ❌ | String that contains social security number |
phoneNumber | string | ❌ | String that contains mobile phone number |
countryCode | string | ❌ | Country 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