Phone ID Verifications
Phone ID Contact Match
introduction the phone id verification api by signzy is a powerful tool designed to verify and retrieve comprehensive information associated with provided phone numbers the api by signzy serves as a crucial tool in ensuring the accuracy, reliability, and legitimacy of phone number related information its ability to provide comprehensive details assists in creating secure, trustworthy interactions and operational procedures across a spectrum of industries and application scenarios purpose and functionality the primary objective of this api is to ensure the authenticity and validity of provided phone numbers by submitting a request containing the target phone number, the api returns a comprehensive set of associated details these details encompass various facets, including complete phone number the verified and standardized version of the provided number geographical information country code, city, state/province, and zip/postal code associated with the number personal information first and last name of the number owner address details street address, apartment or unit number, and country of residence contact information email address linked to the phone number carrier information name of the telecommunications carrier providing service to the number blocking status indicates if the number is blocked and provides a descriptive reason if applicable use case the phone id verification api by signzy can be utilized in various industries and application scenarios to enhance the accuracy and reliability of phone number related information here are some potential use cases for this api 1 identity verification for online accounts online platforms can use this api to verify the authenticity of phone numbers during the account registration process this helps in reducing the risk of fraudulent accounts and ensures that users provide accurate contact information 2 address verification for e commerce and delivery service e commerce companies and delivery services can use the api to validate the address associated with a phone number this ensures that products are delivered to the correct location, reducing delivery errors and customer complaints 3 know your customer (kyc) compliance financial institutions and businesses that need to comply with kyc regulations can use this api to verify the personal information associated with a phone number it helps in confirming the identity of customers during onboarding processes 4 telecom service activation telecom companies can use this api to verify the carrier information and the status of a phone number before activating a new service or transferring a phone number to a different carrier 5 fraud prevention and detection businesses can use the api to check whether a phone number is associated with any fraudulent activity or has been reported as blocked this helps in preventing fraudulent transactions and activities 6 marketing campaign targeting marketing teams can use the api to gather information about customers' geographical locations and carrier preferences this data can be used to tailor marketing campaigns and promotions to specific regions and demographics 7 emergency services location identification emergency services can use the api to quickly identify the geographical location of a caller based on their phone number, ensuring a faster response in case of emergencies 8 customer support and contact center efficiency customer support teams can use the api to access customer information quickly, including contact details and personal information, leading to more efficient and personalized customer interactions 9 government services and benefits distribution government agencies can use the api to verify the eligibility and contact information of individuals applying for government services or benefits, reducing the risk of fraud in social welfare programs these use cases demonstrate the versatility of the phone id verification api by signzy in enhancing data accuracy, security, and reliability across different industries and application scenarios country coverage below are the list of countries and the coverage they support country coverage afghanistan <30% albania 30 50% algeria <30% andorra 30 50% angola 30 50% argentina <30% armenia <30% australia 30 50% austria 30 50% azerbaijan <30% bahrain 30 50% bangladesh <30% belarus <30% belgium 60 80% belize 30 50% bhutan <30% bolivia 30 50% bosnia and herzegovina <30% botswana <30% brazil 95% bulgaria 30 50% burkina faso <30% burundi <30% cambodia <30% cameroon <30% canada 60 80% cape verde 30 50% chad <30% chile 30 50% china <30% colombia 30 50% congo <30% costa rica 50 60% croatia 30 50% cuba <30% cyprus 80% czech republic 30 50% denmark 50 60% djibouti <30% ecuador 30 50% egypt 30 50% el salvador <30% equatorial guinea <30% eritrea <30% estonia 30 50% ethiopia <30% faroe islands <30% fiji <30% finland 30 50% france 30 50% french polynesia 30 50% gabon 30 50% georgia 50 60% germany 30 50% ghana <30% gibraltar 30 50% greece 30 50% guatemala <30% guinea <30% guyana 30 50% haiti <30% honduras 30 50% hong kong <30% hungary 30 50% iceland 30 50% india 30 50% indonesia <30% iran 30 50% iraq 30 50% ireland 30 50% israel 30 50% italy 60 80% japan 30 50% jordan <30% kenya <30% kiribati <30% kuwait 30 50% kyrgyzstan <30% latvia 30 50% lebanon 40 60% lesotho <30% liberia <30% libya 30 50% liechtenstein 30 50% lithuania 30 50% luxembourg 50 60% madagascar <30% malawi <30% malaysia 30 50% maldives 30 50% mali <30% malta 80% mauritania <30% mauritius <30% mexico 30 50% micronesia <30% moldova <30% monaco <30% mongolia <30% montenegro <30% morocco 30 50% namibia 30 50% nepal <30% netherlands 30 50% new zealand 30 50% nicaragua <30% niger <30% nigeria <30% north korea <30% norway 80% oman 30 50% pakistan <30% palestine 30 50% panama <30% papua new guinea <30% paraguay 30 50% peru 30 50% philippines <30% poland 30 50% portugal 80% qatar 30 50% romania 30 50% russia <30% rwanda <30% san marino <30% saudi arabia 30 50% senegal <30% serbia 30 50% seychelles 30 50% sierra leone <30% singapore 30 50% slovakia 30 50% slovenia 30 50% solomon islands <30% south africa <30% south korea <30% spain 30 50% sri lanka <30% sudan <30% suriname <30% swaziland <30% sweden 50 60% switzerland 30 50% syria 30 50% taiwan 30 50% tajikistan <30% tanzania <30% thailand 30 50% tonga <30% tunisia 30 50% turkey 30 50% turkmenistan <30% uganda <30% ukraine <30% united arab emirates 30 50% united kingdom 50 60% united states 85 99% uruguay <30% uzbekistan <30% vanuatu <30% venezuela 30 50% vietnam <30% yemen <30% api description sample curl pre production curl location 'https //api preproduction signzy app/api/v3/global api/phone id verification' \\ \ header 'authorization your api key' \\ \ header 'content type application/json' \\ \ data '{ "phonenumber" "14256862770" }' production curl location 'https //api signzy app/api/v3/global api/phone id verification' \\ \ header 'authorization your api key' \\ \ header 'content type application/json' \\ \ data '{ "phonenumber" "1245678999" }' headers key value authorization signzy access token content type application/json request data { "phonenumber" "14256862770" } request data parameters parameter description validation checks type required phonenumber country associated with bank account the regex pattern /^(? \\+\d{1,3}\[1 9]\d |\d{1,4})\[1 9]\d{5,15}$/ validates a phone number, allowing for an optional international country code or a shorter local number, followed by a main part containing 6 to 16 digits in total string mandatory sample response success (200) { "result" { "completephonenumber" "1234567890", "countrycode" "44", "firstname" "john", "lastname" "doe", "address1" "123 main st", "address2" "apt 2b", "address3" "", "address4" "", "city" "anytown", "stateprovince" "ca", "country" "us", "zippostalcode" "12345", "emailaddress" "johndoe\@example com", "carriername" "verizon wireless", "blocked" "no", "blockdescription" "not blocked" } } bad request (400) { "error" { "name" "error", "message" "phonenumber is invalid", "reason" "validation error", "type" "bad request", "statuscode" "400" } } upstream down (409) { "error" { "name" "error", "message" "upstream error", "reason" "error", "type" "conflict", "statuscode" "409" } } success response body parameters key description type completephonenumber complete phone number including country code string countrycode international country dialing code string firstname first name of the individual string lastname last name of the individual string address1 first line of the address string address2 second line of the address (apartment, suite, etc ) string address3 third line of the address string address4 fourth line of the address string city city string stateprovince state or province string country country string zippostalcode zip or postal code string emailaddress email address string carriername name of the mobile carrier, if applicable string blocked indicates if the individual is blocked (yes/no) string blockdescription description detailing the block status string error codes error code description 200 success the request was processed successfully 400 bad request the request was malformed or invalid 409 conflict the request conflicts with the server state 500 internal server error an unexpected error occurred getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!